he
a52e0441cf
Add include of <lib/libsa/stand.h> for memcpy() and memset() prototypes.
2003-10-30 22:27:05 +00:00
he
4f5db11dc0
Add -I${S} for <lib/libsa/stand.h> inclusion, and add
...
include of ../Makefile.booters for -ffreestanding.
2003-10-30 22:23:51 +00:00
lukem
f85d2d1c14
Use ${HOST_SH} instead of `sh'.
...
If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.
2003-10-26 07:25:33 +00:00
itohy
8a3fce54f8
Fix in debug code (no functional changes).
2003-10-22 14:18:27 +00:00
itohy
3803387e1f
Support UFS2 format for FFS.
2003-04-09 12:57:13 +00:00
isaki
03f328359e
Use 32bit daddr_t.
2003-02-02 07:10:54 +00:00
fvdl
a3ff3a3038
Bump daddr_t to 64 bits. Replace it with int32_t in all places where
...
it was used on-disk, so that on-disk formats remain the same.
Remove ufs_daddr_t and ufs_lbn_t for the time being.
2003-01-24 21:55:02 +00:00
isaki
df160ef3fc
Divided 406 bytes disklabel area into 'nop' and 404 bytes area.
2002-06-09 12:17:48 +00:00
minoura
c42dd282b7
LFSv2 support.
...
Note that secondary boot does not support LFSv2.
Code written by itohy.
2002-03-17 16:14:30 +00:00
lukem
b0b0a32ad7
Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).
...
Otherwise the appropriate MKxxx=no won't be defined .
2001-12-12 12:24:19 +00:00
tv
8e6f7afb5b
MKfoo=no -> NOfoo
2001-12-12 01:48:43 +00:00
minoura
88031f5a81
Correct LINKS to install sdboot_ufs properly.
2001-12-05 02:07:09 +00:00
minoura
12c8367914
boot_ufs can now used as the disk primary boot.
2001-11-24 16:22:54 +00:00
minoura
a8f7d98ad9
Emit the binaries directly from the loader.
2001-11-24 16:18:44 +00:00
minoura
8b99935fc3
Use newvers_stand.sh to record the version.
2001-10-15 16:23:00 +00:00
minoura
9138cb0511
Prepare to set WARNS=2.
2001-10-15 16:13:39 +00:00
minoura
0c64b75cd1
Install as xxboot_*, and create links as fdboot_* and sdboot_*.
2001-10-01 17:03:38 +00:00
minoura
dfde39ec68
Update authors' mail addresses.
2001-09-28 15:12:01 +00:00
minoura
3fa9e67e35
Install as `boot_ufs'.
2001-09-28 01:49:54 +00:00
minoura
7d1fc276fa
Make these compile with the old (a.out) toolchain.
2001-09-27 14:08:27 +00:00
minoura
f5f7a94fa6
Add some missing definitions.
2001-09-27 13:27:54 +00:00
minoura
99247aadcc
Initial commit of the new bootloader to support ELF kernel.
...
It consists of two programs named boot_ufs and boot; the former reads
the latter (an OMAGIC a.out).
Boot now utilizes the libsa library to read the actual kernel.
- LFS code exists, but probobly does not work.
- Currently the ELF toolchain is required.
- Many features are missing.
2001-09-27 10:14:49 +00:00