Boot Linux in your Web Browser

YosemiteSam

Unfriendly and Aloof!
Messages
45,858
Reaction score
22,194
CowboysZone LOYAL Fan
Fabrice Bellard, the initiator of the QEMU emulator, wrote a PC emulator in JavaScript. You can now boot Linux in your browser, provided it is recent enough (Firefox 4 and Google Chrome 11 are reported to work).

Boot Linux

Not much you can do with it as it is a very striped down version of Linux. Command line only and even that is striped down to a extreme minimum. Cool none the less.
 

Meat-O-Rama

Vegetarians are so stupid.
Messages
2,615
Reaction score
614
Hah, how cool would it be to boot up linux in your browser, run a lightweight webserver like ngnix, then browse that site from the browser that is serving it?
 

Phoenix

Well-Known Member
Messages
6,814
Reaction score
1,419
Nice...root access. Not that much can be done with it.

And rats, no fortune.
 

Phoenix

Well-Known Member
Messages
6,814
Reaction score
1,419
The root directory has a "hello.c" (a hello world 'C' program for non-programmers)

type "tcc -o hello hello.c" and hit enter.

The program "hello" will be compiled in the current working directory.

Type "./hello" to see it print "Hello World"

:)
 
Top