Find the answer to your Linux question:
Page 1 of 4 1 2 3 4 LastLast
Results 1 to 10 of 34
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 ...
  1. #1
    Linux User
    Join Date
    Jan 2006
    Posts
    414

    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.

  2. #2
    Linux Enthusiast
    Join Date
    Oct 2004
    Posts
    609
    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?

  3. #3
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    That's pretty slick, I like what you've done so far. Keep up the good work

  4. #4
    Linux Newbie thesimplecreator's Avatar
    Join Date
    Jun 2007
    Location
    washington , USA
    Posts
    229
    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

    Personal and politically centrist blog.--->
    http://www.deathnerd.com

  5. #5
    Linux User netstrider's Avatar
    Join Date
    Jul 2005
    Location
    South Africa
    Posts
    474
    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?

  6. #6
    Linux User
    Join Date
    Jan 2006
    Posts
    414
    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

  7. #7
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,074

    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
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  8. #8
    Linux User
    Join Date
    Jan 2006
    Posts
    414
    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

  9. #9
    Linux Enthusiast carlosponti's Avatar
    Join Date
    Dec 2004
    Location
    Oklahoma
    Posts
    560
    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

  10. #10
    Linux User
    Join Date
    Jan 2006
    Posts
    414
    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...

Page 1 of 4 1 2 3 4 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •