Find the answer to your Linux question:
Results 1 to 4 of 4
hello everyone, i'm making light weight operating system,in which we want to use Linux as kernel,bt i can't figure it out.please reply asap. thanks...
  1. #1
    Just Joined!
    Join Date
    Jun 2011
    Posts
    5

    using kernel in light weight OS

    hello everyone,
    i'm making light weight operating system,in which we want to use Linux as kernel,bt i can't figure it out.please reply asap.
    thanks

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Hello

    You've posted in the Debian forum so I'm guessing you are trying to create a lightweight Debian system and want to use one of the Debian kernels. You should be able to find an appropriate kernel in the repositories and install it with apt:

    Code:
    apt-get install package_name
    In fact, it should be installed during any of the optional Debian installs, including netinstalls:

    Debian -- Network install from a minimal CD

    You can check the following page for info on customizing the Debian installer and kernel:

    DebianInstaller/Modify/CustomKernel - Debian Wiki
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Oct 2007
    Posts
    1

    using kernel in light weight OS

    Have you looked at Puppy Linux?

  4. #4
    Guest
    Join Date
    Feb 2005
    Posts
    314
    Assuming you're not out to build your own distro from scratch: You can install a very minimal debian quite easily and if required install xorg and a light-weight window manager such as fluxbox or openbox. Personally I prefer this to other minimal distros - though this is the debian section.

Posting Permissions

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