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
freebsd-nq
/
sys
/
boot
/
i386
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
..
boot0
…
boot2
Save 4 more bytes by not initializing opts to 0. This moves it from
2003-01-14 16:33:37 +00:00
btx
Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2
2002-10-08 18:19:02 +00:00
cdboot
…
gptboot
Save 4 more bytes by not initializing opts to 0. This moves it from
2003-01-14 16:33:37 +00:00
kgzldr
Use as's --defsym switch to compensate for the loss of the M4 substitution
2002-09-30 20:37:58 +00:00
libi386
Correctly recognize both bogus and genuine BSD disklabels.
2002-11-03 21:47:55 +00:00
loader
Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.
2002-12-19 19:34:59 +00:00
mbr
…
pxeldr
Uniformly refer to a file system as "file system".
2002-12-12 17:26:04 +00:00
Makefile
RIP liloldr.
2002-12-31 02:29:03 +00:00
Makefile.inc
…