mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
sector 0 of a disk and boot0.5 is the `boot selector' which starts from address 0x400. The IPL loads boot0.5 and boot0.5 loads bootblock of a slice. The boot manager stuff was developed by me (kato) with Borland C++, and then, translated into bcc in the ports collection by Nokubi-san. After that, boot0 has been translated into gas with the .code16 directive by Takahashi-san (nyan) and boot0.5 has been rewritten in gas by me.
5 lines
87 B
Makefile
5 lines
87 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= btx boot0 boot0.5 boot2 libpc98 loader
|
|
|
|
.include <bsd.subdir.mk>
|