* question about compiling the kernel
@ 2001-01-24 21:27 Jie Zhou
2001-01-24 21:36 ` William Stearns
2001-01-24 21:40 ` Brian Gerst
0 siblings, 2 replies; 4+ messages in thread
From: Jie Zhou @ 2001-01-24 21:27 UTC (permalink / raw)
To: linux-kernel
Hi, all,
I got about 30 warning msgs like this during the process of "make
bzImage", is it a fatal problem or not?
"Warning: using '%eax' instead of '%ax' due to "l" suffix"
2. after 'make bzImage', if I don't have any module to install, then I
don't need to run either 'make modules' or 'make modules_install',
is this correct?
3. After I run the /sbin/lilo, it says the new kernel is added to the
system. HOwever when I restart the system and go into the labeled kernel
I choose, the system gets stucked after these two lines:
Loading kernel.......................
Uncompressing Linux...OK, booting the kernel.
Can you give me some advice on this. Thanks a lot for your kind reply..
Jie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: question about compiling the kernel
2001-01-24 21:27 question about compiling the kernel Jie Zhou
@ 2001-01-24 21:36 ` William Stearns
2001-01-24 21:40 ` Brian Gerst
1 sibling, 0 replies; 4+ messages in thread
From: William Stearns @ 2001-01-24 21:36 UTC (permalink / raw)
To: Jie Zhou; +Cc: ML-linux-kernel
On Wed, 24 Jan 2001, Jie Zhou wrote:
> 2. after 'make bzImage', if I don't have any module to install, then I
> don't need to run either 'make modules' or 'make modules_install',
> is this correct?
Correct.
Cheers,
- Bill
---------------------------------------------------------------------------
"Absence of evidence is not evidence of absence."
-- SETI, the Search for Extra-Terrestrial Intelligence
--------------------------------------------------------------------------
William Stearns (wstearns@pobox.com). Mason, Buildkernel, named2hosts,
and ipfwadm2ipchains are at: http://www.pobox.com/~wstearns
LinuxMonth; articles for Linux Enthusiasts! http://www.linuxmonth.com
--------------------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: question about compiling the kernel
2001-01-24 21:27 question about compiling the kernel Jie Zhou
2001-01-24 21:36 ` William Stearns
@ 2001-01-24 21:40 ` Brian Gerst
1 sibling, 0 replies; 4+ messages in thread
From: Brian Gerst @ 2001-01-24 21:40 UTC (permalink / raw)
To: Jie Zhou; +Cc: linux-kernel
Jie Zhou wrote:
>
> Hi, all,
>
> I got about 30 warning msgs like this during the process of "make
> bzImage", is it a fatal problem or not?
> "Warning: using '%eax' instead of '%ax' due to "l" suffix"
Nothing to worry about.
> 2. after 'make bzImage', if I don't have any module to install, then I
> don't need to run either 'make modules' or 'make modules_install',
> is this correct?
Correct.
> 3. After I run the /sbin/lilo, it says the new kernel is added to the
> system. HOwever when I restart the system and go into the labeled kernel
> I choose, the system gets stucked after these two lines:
> Loading kernel.......................
> Uncompressing Linux...OK, booting the kernel.
>
> Can you give me some advice on this. Thanks a lot for your kind reply..
Make certain you compiled the kernel for the proper CPU type (ie. don't
try to run a Pentium II kernel on a 486)
--
Brian Gerst
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <OF8F6A4D7C.6EC3D10C-ON852569DE.0077CDA2@somers.hqregion.ibm.com>]
* Re: question about compiling the kernel
[not found] <OF8F6A4D7C.6EC3D10C-ON852569DE.0077CDA2@somers.hqregion.ibm.com>
@ 2001-01-24 21:59 ` Brian Gerst
0 siblings, 0 replies; 4+ messages in thread
From: Brian Gerst @ 2001-01-24 21:59 UTC (permalink / raw)
To: Jie Zhou; +Cc: linux-kernel
Jie Zhou wrote:
> > > 3. After I run the /sbin/lilo, it says the new kernel is added to the
> > > system. HOwever when I restart the system and go into the labeled kernel
> > > I choose, the system gets stucked after these two lines:
> > > Loading kernel.......................
> > > Uncompressing Linux...OK, booting the kernel.
> > >
> > > Can you give me some advice on this. Thanks a lot for your kind reply..
> >
> > Make certain you compiled the kernel for the proper CPU type (ie. don't
> > try to run a Pentium II kernel on a 486)
>
> Thank you very much. My computer is a Pentium machine, should be able to
> run any kernel. :-(
Not true. If you compile the kernel for a Pentium Pro or higher cpu,
GCC will include some instructions (cmovxx in particular) that do not
exist on earlier processors. Since the fault handlers are not set up
yet when booting the kernel, this results in a silent crash.
--
Brian Gerst
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-01-24 22:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-24 21:27 question about compiling the kernel Jie Zhou
2001-01-24 21:36 ` William Stearns
2001-01-24 21:40 ` Brian Gerst
[not found] <OF8F6A4D7C.6EC3D10C-ON852569DE.0077CDA2@somers.hqregion.ibm.com>
2001-01-24 21:59 ` Brian Gerst
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®