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-23 16:01:42 +00:00
Code
Issues
Releases
Activity
1339399694
freebsd
/
sys
/
boot
/
i386
/
Makefile
8 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
Override for ELF.
1998-10-11 12:59:40 +00:00
# $Id:$
Turn off the new /sys/boot stuff (except boot0) unless OBJFORMAT is elf. (The BTX client must be ELF, though it is packaged as a.out for compatibility.)
1998-10-09 23:30:16 +00:00
Override for ELF.
1998-10-11 12:59:40 +00:00
SUBDIR
=
boot0 btx libi386 loader
.MAKEFLAGS
:
OBJFORMAT
=
elf
This is the new unified bootstrap, sometimes known previously as the 'three-stage' bootstrap. There are a number of caveats with the code in its current state: - The i386 bootstrap only supports booting from a floppy. - The kernel and kld do not yet know how to deal with the extended information and module summary passed in. - PnP-based autodetection and demand loading of modules is not implemented. - i386 ELF kernel loading is not ready yet. - The i386 bootstrap is loaded via an ugly blockmap. On the alpha, both net- and disk-booting (SRM console machines only) is supported. No blockmaps are used by this code. Obtained from: Parts from the NetBSD/i386 standalone bootstrap.
1998-08-21 03:17:42 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
s
u
b
d
i
r
.
m
k
>
Reference in New Issue
Copy Permalink