UEFI Bindings for JavaScript
11–20 of 117 posts
Re: UEFI Bindings for JavaScript
#12Re: UEFI Bindings for JavaScript
#13next step is to create a UEFI TUI using react (please don't)
Re: UEFI Bindings for JavaScript
#14 import isOdd from "https://unpkg.com/is-odd";Re: UEFI Bindings for JavaScript
#15And, if so, does that mean that once the API has been bootstrapped, one could actually write an OS in js? Or are there other abstractions that would need to be migrated first?
Re: UEFI Bindings for JavaScript
#16Re: UEFI Bindings for JavaScript
#17I presume you'll add the network stack next, so that I can use my favourite, most useful packages? import isOdd from "https://unpkg.com/is-odd";
Re: UEFI Bindings for JavaScript
#18> Prometheus stole fire from the gods and gave it to man. For this he was chained to a rock and tortured for eternity.
Re: UEFI Bindings for JavaScript
#19Can someone break this down for me? Looks like it's using... C? to load a js interpreter which bootstraps an API around all UEFI features? Do I have that right? And, if so, does that mean that once the API has been bootstrapped, one could actually write an OS in js? Or are there other abstractions that would need to be migrated first?