From: Florian Mickler <florian@mickler.org>
To: linux-kernel@vger.kernel.org, ranjith kumar <ranjithproxy@gmail.com>
Subject: Re: building linux kernel
Date: Tue, 25 May 2010 22:28:14 +0200 [thread overview]
Message-ID: <20100525222814.4dc4a034@schatten.dmk.lab> (raw)
In-Reply-To: <AANLkTim7d3LpSp23LMOqwPz-Rnp0Idflf5JWUTDyplMU@mail.gmail.com>
Hi,
On Tue, 25 May 2010 16:50:31 +0530
ranjith kumar <ranjithproxy@gmail.com> wrote:
> Hi,
>
> I am using fedora11 on my PC. I downloaded the linux kernel souce code.
> I copied config file from /boot directory and tried to compile. I am
> getting some compilation errors.
> So I configured the kernel, with 'make defconfig', and it is
> compiling successfully.
> But when I am booting my machine with new kernel, it simply starts and
> displays '-' at top of the screen. nothing more.
>
> My question is are fedora and linux kernel are connected or not? If so how?
> I thinks linux kernel runs for a while, when it is booted. But after
> that control comes to fedora.
>
> For example, in Fedora we can play chess.Windows are
> displayed.......etc ...many graphical things are there.
> I don't think that these gaphics, chess game.....are not part of linux kernel.
> Am I right?
>
> Also, some time back when I was using fedora10, I configured linux
> kernel with /boot/ config file. I successfully compiled and run new
> linux kernel.
> When I boot with new kernel, it is still going into fedora. But when I
> run uname command it is showing new kernel version. But how come I was
> able to play chess game? chess game is not part of kernel.
>
>
> So if you got what I am asking, please tell me how to disconnect
> fedora and linux kernel? So when I boot with new kernel only kernel's
> things should be running. not fedora's chess game. How to disconnect
> them?
>
> Thanks in advance
Put init=/bin/sh on the kernel commandline to start directly into a
basic shell (instead of the complex "fedora").
The kernel is an abstraction layer, so that your chess game
(or /bin/sh) runs on all possible hardware. The kernel provides
mechanisms for the chess games (also known as a "userspace program") to
use the hardware, without knowing what hardware it is running on.
This is all basic system architecture. I didn't read the wikipedia
article on operating systems, but it i hope it is a good start:
http://en.wikipedia.org/wiki/Operating_system
Cheers,
Flo
p.s.: you may wanna post any follow on questions on kernel-newbies
mailinglist (kernelnewbies@nl.linux.org) , as lkml is mainly for
developing and not so much for explanation of basic system
architecture.
next prev parent reply other threads:[~2010-05-25 20:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-25 11:20 building linux kernel ranjith kumar
2010-05-25 20:28 ` Florian Mickler [this message]
2010-05-26 5:55 ` Américo Wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100525222814.4dc4a034@schatten.dmk.lab \
--to=florian@mickler.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ranjithproxy@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox