This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
302b6cd1fe
freebsd-nq
/
sys
/
boot
/
i386
/
boot2
History
Warner Losh
b24431ad30
Save 4 more bytes by not initializing opts to 0. This moves it from
...
the data section to the bss section givig us initialization for free. Noticed by: bde
2003-01-14 16:33:37 +00:00
..
boot1.s
Employ the unused bytes after the disklabel in the second sector. This makes
2002-12-14 19:44:13 +00:00
boot1.S
Employ the unused bytes after the disklabel in the second sector. This makes
2002-12-14 19:44:13 +00:00
boot2.c
Save 4 more bytes by not initializing opts to 0. This moves it from
2003-01-14 16:33:37 +00:00
lib.h
Makefile
-mno-align-long-strings can make things smaller, so lets use it in hopes
2002-12-21 02:03:31 +00:00
sio.s
sio.S