Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > The Community > The Coffee Lounge
Reload this Page Web Linux - Linux live on the web!
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

The Coffee Lounge General chat about anything that goes, a good place to introduce yourself and say hi, tell a Joke, or just relax.

Site Navigation
Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 04-24-2008   #1 (permalink)
Linux User
 
darkrose0510's Avatar
 
Join Date: Jan 2006
Location: Queensland, the cyclone/flood/drought capital of Australia
Posts: 256
Web Linux - Linux live on the web!

An idea I had a while ago, was to make a website which basically is a Linux desktop; so that new users could take a look at Linux without downloading anything... the first attempt was awful.

The latest attempt is somewhat better; probably because it actually is based on a real Linux system. After much work I have created in javascript:
grub boot loader
kernel
init
getty
shell
filesystem
and a few other bits and bobs to make it somewhat usable, resulting in a basic web based linux-like system that boots to a command line... I'm working on an Xserver and associated gui libraries to enable a desktop.

So please have a look, give opinions, ideas, etc...
Web Linux

So far it only works in Firefox/Epiphany, it may work in others but I've only tried:
Opera: init seg faults
IE6: kernel fails to load

Still a lot of work to do obviously, but thought I'd show off what I've got so far.
__________________
Desktop - Gentoo
Toy Box - Syllable
Laptops - Damn Small 4
Servers - Debian Etch
Registered Linux user #407228 -- A computer without a Microsoft operating system is like a dog without bricks tied to its head.
darkrose0510 is offline   Reply With Quote
Old 04-24-2008   #2 (permalink)
Super Moderator
 
Redman's Avatar
 
Join Date: Oct 2004
Location: The green fields of Brabant, Netherlands
Posts: 589
Great idea, keep up the good work

You might want to make it also available as download (GPL eh?).
That way, others could help you develop it?
__________________
"Yoda of Borg are we: Futile resistance is. Assimilate you, we will."
Distributions in use: CentOS 4.7 + 5.2
Registered Linux user #327830
100% on Linux since september 7, 2003 - now I am free!
Redman is offline   Reply With Quote
Old 04-24-2008   #3 (permalink)
Bigtomrodinator
 
bigtomrodney's Avatar
 
Join Date: Nov 2004
Location: Sunny South-East of Ireland
Posts: 5,243
That's pretty slick, I like what you've done so far. Keep up the good work
__________________
Registered Linux user #378740
New members read here / Forum Rules
#linuxforums on irc.freenode.net
bigtomrodney is offline   Reply With Quote
Old 04-24-2008   #4 (permalink)
Linux Newbie
 
thesimplecreator's Avatar
 
Join Date: Jun 2007
Location: washington , USA
Posts: 186
Send a message via MSN to thesimplecreator
thats awesome with enough work it could be like an online demo ??
__________________
Microsoft isn't evil, they just make really crappy operating systems.
Linus Torvalds

registered Linux user number 456650

http://deathnerd.com free phpbb forum hosting
thesimplecreator is offline   Reply With Quote
Old 04-25-2008   #5 (permalink)
Linux User
 
netstrider's Avatar
 
Join Date: Jul 2005
Location: South Africa
Posts: 453
That's really cool man. Just needs some more work (I also support the GPL idea).

PS: I stumbled it so it will attract some visitors and I think I'll digg it too, maybe set up a blog and get comments & support on it?
netstrider is offline   Reply With Quote
Old 04-25-2008   #6 (permalink)
Linux User
 
darkrose0510's Avatar
 
Join Date: Jan 2006
Location: Queensland, the cyclone/flood/drought capital of Australia
Posts: 256
Glad everyone's liking it so far...

The link above now takes you to a front page where you can start webLinux and download the code; released under GPL of course. The source tarball also includes some basic documentation describing how things work:
the boot process
how commands are executed
and some of the functions used within programs (for output to the console for example)
my email is also in the documentation

Here's a little preview of work on getting an X server working too:
jsX
click OK when it asks you if you want to enter silent mode.
you can see debug messages appearing as events are captured... but once the mouse leaves the window all mouse events are no longer captured at present.

thesimplecreator: yes, that's the idea
__________________
Desktop - Gentoo
Toy Box - Syllable
Laptops - Damn Small 4
Servers - Debian Etch
Registered Linux user #407228 -- A computer without a Microsoft operating system is like a dog without bricks tied to its head.
darkrose0510 is offline   Reply With Quote
Old 04-25-2008   #7 (permalink)
Linux Engineer
 
jayd512's Avatar
 
Join Date: Feb 2008
Location: Louisville, KY
Posts: 835
Thumbs up

That is just awesome!!! Makes me wish I knew something about coding so I could help with it. Once it's truly functional though, I know quite a few people who will absolutely love it! Including me
jayd512 is offline   Reply With Quote
Old 06-26-2008   #8 (permalink)
Linux User
 
darkrose0510's Avatar
 
Join Date: Jan 2006
Location: Queensland, the cyclone/flood/drought capital of Australia
Posts: 256
The next release is up!

0.6.2 boots to a usable command line in Opera and IE. Added a couple more commands too: mkdir, cd, touch. Pretty much rewrote the kernel to a modular design to improve browser support.

Still some bugs floating about, and it won't boot in Konqueror (and possibly Safari)... but getting there slowly. Marginally closer to getting a desktop working too.

Take a look, comments and ideas very much appreciated.
Web Linux
__________________
Desktop - Gentoo
Toy Box - Syllable
Laptops - Damn Small 4
Servers - Debian Etch
Registered Linux user #407228 -- A computer without a Microsoft operating system is like a dog without bricks tied to its head.
darkrose0510 is offline   Reply With Quote
Old 06-26-2008   #9 (permalink)
Linux Enthusiast
 
carlosponti's Avatar
 
Join Date: Dec 2004
Location: Oklahoma
Posts: 556
Send a message via AIM to carlosponti Send a message via MSN to carlosponti Send a message via Yahoo to carlosponti
in booting runlevel 5 it gives an error about not being able to find root partition on /dev//hda1 so i assume that the double forward slashes is the problem but it makes that runlevel unbootable.
__________________
Blog
Registered Linux user 396557
carlosponti is offline   Reply With Quote
Old 06-26-2008   #10 (permalink)
Linux User
 
darkrose0510's Avatar
 
Join Date: Jan 2006
Location: Queensland, the cyclone/flood/drought capital of Australia
Posts: 256
Thanks, hadn't tried runlevel 5 as it's basicly the same as 3 at present. Anyway, fixed now so it boots from either: one little extra character where it shouldn't be...
__________________
Desktop - Gentoo
Toy Box - Syllable
Laptops - Damn Small 4
Servers - Debian Etch
Registered Linux user #407228 -- A computer without a Microsoft operating system is like a dog without bricks tied to its head.
darkrose0510 is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Job Search
keyword location
Post a Job »
job title, keywords or company
city, state or zip jobs by job search

Free Magazines
Free eBook:"Vulnerability Management for Dummies"
Get all the Facts and See How to Implement a Successful Vulnerability Management Program.
subscribe
Google vs The World: The Battle of the Message Security Vendors
With such a powerful name behind it, Google Message Security stands out in a sea of products that do exactly the same thing - or so they say. So when it comes right down to it, how does the Google selection stack up against the rest of messaging security's big guns?
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 01:05 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0