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

//  <ab...@webgiro.com> 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

Reply via email to