Live data from Hacker News

Boot a linux kernel right inside your browser.

bellard.org

71–80 of 255 posts

Re: Boot a linux kernel right inside your browser.

#71
post #44

Earlier quoted context omitted.

Don't forget that he discovered the fastest known algorithm for computing an arbitrary digit of pi. If you ever are tempted to get egotistical, just think of this guy. If you are prone to low self esteem, avoid reading about him.

No more excuses, I'm going to finish those damn projects I have on the backburner... Seriously, who does Bellard work for? He seems to leave virtually no trace (other than awesome software) on the Internet. I googled the shit out of him tonite...

He works for Netgem.

Re: Boot a linux kernel right inside your browser.

#72
post #29

Earlier quoted context omitted.

Don't forget that he discovered the fastest known algorithm for computing an arbitrary digit of pi. If you ever are tempted to get egotistical, just think of this guy. If you are prone to low self esteem, avoid reading about him.

And still, he has normal job in a normal company... Not in a start-up or not in a mega-tech-corp...

I would think he'd be a patent office clerk...

Re: Boot a linux kernel right inside your browser.

#73

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..

For the curious: http://www.rcollins.org/ddj/May98/F00FBug.html I'd be curious to know if this is was intentional, or a side-effect of the emulation.

Linux on 32-bit x86 assumes the F00F bug on any Pentium CPU, and jslinux emulates a 586.

Re: Boot a linux kernel right inside your browser.

#74
post #61
post #53

Earlier quoted context omitted.

> When he adds X, we can run Firefox inside Linux inside Firefox inside Linux :') Reddit has a meme for that. ;) (downvote away, I've earned it!)

The Esteban one? "I don't always write Linux Kernels" "But when I do, it's in browser hosted Javascript"

The "yo dawg".

Re: Boot a linux kernel right inside your browser.

#77
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...

Searching for "tcc" and "tcc unix" returns nothing helpful.

Searching for "IOCC" returns nothing, and "IOCC Fabrice" returns a site that is caching HN in realtime, and it's your post.

Any help?

Re: Boot a linux kernel right inside your browser.

#79
post #25
post #24

I'm utterly dumbfounded. Not only does it boot, it's got emacs, and a compiler. Welcome to JS/Linux ~ # emacs test.c ~ # cat test.c void main(void) { printf("Hello World!\n"); } ~ # tcc test.c -o hello ~ # ./hello Hello World! [Edit: just realized that there is already a 'hello.c' in the directory that shows just this with better diction.]

adduser works (except you need to create a /home directory)

cd /bin for binaries. I just tried telnet, but fails as "no network"
Post reply on HN