Re: question about boot code

1999-06-01 Thread Andrzej Bialecki
On Tue, 1 Jun 1999, fretre wrote:

> 1.  I try to learn something about boot code with version 3.0. I
> wander whether I can begin with biosboot?(/usr/src/sys/i386/
> boot/biosboot)

The 3.0 boot code is located in /usr/src/sys/boot

> 2.  The initialized data will be loaded into memory after kernel
> text during boot stage. And where is the file that the
> initialized data is defined in? and
> 3.  What's the file name?

If you mean the 'initialized kernel data', then it's stored in the file
/kernel itself (or whatever file you boot from) in section '.data' of the
ELF file.

Andrzej Bialecki

//   WebGiro AB, Sweden (http://www.webgiro.com)
// ---
// -- FreeBSD: The Power to Serve. http://www.freebsd.org 
// --- Small & Embedded FreeBSD: http://www.freebsd.org/~picobsd/ 



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message



question about boot code

1999-05-31 Thread fretre
1.  I try to learn something about boot code with version 3.0. I
wander whether I can begin with biosboot?(/usr/src/sys/i386/
boot/biosboot)
2.  The initialized data will be loaded into memory after kernel
text during boot stage. And where is the file that the
initialized data is defined in? and
3.  What's the file name?

Thanks a lot from Fre Tre

China