Live data from Hacker News

UEFI Bindings for JavaScript

codeberg.org

21–30 of 117 posts

Re: UEFI Bindings for JavaScript

#25

I 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";

Well, there's a network stack already there, including HTTP and HTTPS on newer firmwares.

Re: UEFI Bindings for JavaScript

#29
post #19

Can 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?

Depending on your definition of OS, yeah you could do that :)

Hey, when Apple transitioned from m68k to PowerPC, it took them a hell of a long time to rewrite massive parts of their OS. It's a low bar, though...
Post reply on HN