cvs commit: src/sys/i386/i386 locore.s
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jul 31 12:58:30 PDT 2003
dillon 2003/07/31 12:56:59 PDT
Modified files:
sys/i386/i386 locore.s
Log:
Clear the BSS earlier in the boot sequence and clean up the comments. This
will allow us to not have to worry about .data vs .bss globals in the future
(especially since gcc 3.x 'optimizes' things like (global) int x = 0 -> bss).
Also note that many boot loaders do not clear the bss.
Taken-from: FreeBSD sys/i386/i386/locore.s 1.172 and 1.174 (bde)
Submitted-by: Craig Dooley <cd5697 at xxxxxxxxxx>
Revision Changes Path
1.7 +19 -25 src/sys/i386/i386/locore.s
More information about the Commits
mailing list