NetBSD/sys/arch/i386/stand/bootxx
dsl 5cf67adbc4 Change interface between bootxx.S and boot1() - always linked together.
This allows boot1() to change the sector number (of the boot partition)
that bootxx.S passes through to boot2().
This means that boot2() will find the correct partition when boot1()
reads /boot from the 'a' partition instead of the mbr boot partition.
This all happens when you update a system that used a small 'wd0h' partition
to boot a raid1 set to the new bootcode.  Deleting /boot from the 'wd0h'
partition will make the new bootcode find /boot and the root filesystem
inside the raid set.
2004-06-27 15:37:11 +00:00
..
bootxx_ffsv1
bootxx_ffsv2
bootxx_lfsv1
bootxx_lfsv2
bootxx_msdos
bootxx_ustarfs
boot1.c Change interface between bootxx.S and boot1() - always linked together. 2004-06-27 15:37:11 +00:00
bootxx.S Change interface between bootxx.S and boot1() - always linked together. 2004-06-27 15:37:11 +00:00
label.S
Makefile
Makefile.bootxx Ignore errors on some rm -rf's for platforms that aren't quite 2004-06-21 18:20:08 +00:00
pbr.S