Anyone know how to get the network working? ping/wget don't work. But seriously, this is pretty flippin sweet!
Boot a linux kernel right inside your browser.
11–20 of 255 posts
Re: Boot a linux kernel right inside your browser.
#12Anyone know how to get the network working? ping/wget don't work. But seriously, this is pretty flippin sweet!
Re: Boot a linux kernel right inside your browser.
#13My 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..
[... 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.
#14My 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.
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.
#15 # mkdir /sys; mount -t sysfs /sys /sys
That would allow you to look at the emulated hardware that is present.
Looks like only virtual devices are present -- ram, loopback network etc.Makes sense to me. The MVP here is cpu emulation.
Re: Boot a linux kernel right inside your browser.
#16He is really impressive...
Re: Boot a linux kernel right inside your browser.
#17Anyone 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".
Loopback (which is present) is so much simpler.
Re: Boot a linux kernel right inside your browser.
#18Re: Boot a linux kernel right inside your browser.
#19~ # ./hello
Hello World
That is just too impressive for me to process.
Re: Boot a linux kernel right inside your browser.
#20After 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...