Live data from Hacker News

Boot a linux kernel right inside your browser.

bellard.org

11–20 of 255 posts

Re: Boot a linux kernel right inside your browser.

#12

Anyone know how to get the network working? ping/wget don't work. But seriously, this is pretty flippin sweet!

You can't - Javascript can't generate arbitrary network traffic like that. You'll have to wait for someone to write a driver for /dev/json, I guess. ;)

Re: Boot a linux kernel right inside your browser.

#13

My favorite bit: # cat /proc/cpuinfo ... f00f bug: yes # Hah! 20 bogomips by the way, at least on Chrome on a MacBook Pro. I sense a whole new era of browser performance testing..

Okay, I take that back. My favorite part comes from the tech notes, when he lists all the stuff he added:

[... and] my unfinished but usable emacs clone QEmacs.

?!? I am wasting my life in comparison to this super-hacker.

Re: Boot a linux kernel right inside your browser.

#14

My favorite bit: # cat /proc/cpuinfo ... f00f bug: yes # Hah! 20 bogomips by the way, at least on Chrome on a MacBook Pro. I sense a whole new era of browser performance testing..

Okay, I take that back. My favorite part comes from the tech notes, when he lists all the stuff he added: [... and] my unfinished but usable emacs clone QEmacs. ?!? I am wasting my life in comparison to this super-hacker.

Further update: qemacs works.

Unfortunately, M-x spook does not, so he clearly still has some work to do for feature completeness.

Re: Boot a linux kernel right inside your browser.

#16
After FFmpeg (used in all your TVs and gadgets, very likely), QEmu (used also by Xen and VBox and other), tcc and his IOCC entries, the DVB-T emission with an ATI card, Fabrice comes, once again with something crazy...

He is really impressive...

Re: Boot a linux kernel right inside your browser.

#17
post #11

Anyone know how to get the network working? ping/wget don't work. But seriously, this is pretty flippin sweet!

Implement emulation of a network card... ;) The tech notes page states that "there is no network emulation at this point".

Yeah. That would be a whole interesting can of worms. Would need PCI/USB/whatever bus your ethernet card was on. Plus emulation of the selected ethernet card itself.

Loopback (which is present) is so much simpler.

Re: Boot a linux kernel right inside your browser.

#20
post #16

After FFmpeg (used in all your TVs and gadgets, very likely), QEmu (used also by Xen and VBox and other), tcc and his IOCC entries, the DVB-T emission with an ATI card, Fabrice comes, once again with something crazy... He is really impressive...

Any Macarthur Grant folks floating around here? Take note! That's an impressive resume.
Post reply on HN