This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2025-01-08 13:28:05 +00:00
Code
Issues
Releases
Activity
7798640d82
freebsd
/
sys
/
boot
/
i386
/
boot2
History
Dimitry Andric
7798640d82
Fine-tune llvm optimization for sys/boot/i386/boot2, which shaves off
...
some more bytes from the final boot2 image. Submitted by: rdivacky
2011-05-05 18:47:24 +00:00
..
boot1.S
Fix the jump location.
2010-11-14 08:31:02 +00:00
boot2.c
Move getc() body before xgetc() so gcc does not emit a warning about function
2011-04-06 17:54:12 +00:00
lib.h
Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers.
2011-04-04 18:23:55 +00:00
Makefile
Fine-tune llvm optimization for sys/boot/i386/boot2, which shaves off
2011-05-05 18:47:24 +00:00
sio.S
Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers.
2011-04-04 18:23:55 +00:00