Results 1 to 4 of 4
Can anybody help!
The detail information of BIOS bootup parameters of X86 copied to _empty_zero_page?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-03-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 3
Help? bootup parameters
Can anybody help!
The detail information of BIOS bootup parameters of X86 copied to _empty_zero_page?
- 04-15-2005 #2Just Joined!
- Join Date
- Mar 2005
- Posts
- 24
Re: Help? bootup parameters
could you give some more information?
Originally Posted by liu_y_t
- 04-16-2005 #3Just Joined!
- Join Date
- Apr 2005
- Posts
- 3
Bootup parameters
In the 32-bit startup code "linux\arch\i386\kernel\head.s"
First 2kB data at real-mode address 0x9000:0000 will be copied to
protected-mode page: _empty_zero_page, it is for boot parameters,
and then all these parameters will used or checked in setup_arch()
function.
Second 2kB data will also copied to _empty_zero_page + 2048
position.
So, I just want to know the first 2kB detail information for a specific
architecture such as x86.
- 04-17-2005 #4Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
I'm not sure you will get an answer to your question in this forum. Most of us don't get down as deep as actually reading the source code. Is there some higher level problem that you need help with?
/IMHO
//got nothin'
///this use to look better


Reply With Quote
