Module Name: src
Committed By: isaki
Date: Sun Aug 16 07:25:51 UTC 2020
Modified Files:
src/sys/arch/x68k/stand: README
Log Message:
Update and fix.
All primary bootloaders can recognize Human68k partition table.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x68k/stand/README
diff -u src/sys/arch/x68k/stand/README:1.2 src/sys/arch/x68k/stand/README:1.3
--- src/sys/arch/x68k/stand/README:1.2 Sun Aug 16 07:03:45 2020
+++ src/sys/arch/x68k/stand/README Sun Aug 16 07:25:51 2020
@@ -1,13 +1,12 @@
-$NetBSD: README,v 1.2 2020/08/16 07:03:45 isaki Exp $
+$NetBSD: README,v 1.3 2020/08/16 07:25:51 isaki Exp $
Primary bootloaders:
boot_ufs/
contains xxboot_ufs.
It is placed in ffs's boot area and loads secondary bootloader
from its filesystem (ffsv1/v2).
- This historical primary bootloader uses custom ffs op functions
- and can recognize Human68k partition table.
- (See #ifdef SCSI_ADHOC_BOOTPART part for details)
+ This historical primary bootloader uses custom ffs op
+ functions.
xxboot/
contains following variants.
@@ -25,8 +24,7 @@ Primary bootloaders:
and loads secondary bootloader from its filesystem.
These primary bootloaders use MI ffs/lfs op functions in
- src/sys/lib/libsa. Currently these don't recognize Human68k
- partition table.
+ src/sys/lib/libsa.
Secondary bootloaders:
boot/