DragonFly commits List (threaded) for 2003-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/i386/i386 locore.s
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@xxxxxxxxxx>
Revision Changes Path
1.7 +19 -25 src/sys/i386/i386/locore.s
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]