diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /sys/arch/pc532/stand/README |
initial import of NetBSD tree
Diffstat (limited to 'sys/arch/pc532/stand/README')
-rw-r--r-- | sys/arch/pc532/stand/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sys/arch/pc532/stand/README b/sys/arch/pc532/stand/README new file mode 100644 index 00000000000..a835dde57e6 --- /dev/null +++ b/sys/arch/pc532/stand/README @@ -0,0 +1,26 @@ +$NetBSD: README,v 1.2 1994/10/26 08:25:43 cgd Exp $ + +pc532 stand/boot +Phil Budne <phil@ultimate.com> 5/19/1994 + +Based on hp300 stand/pboot.c, uses libso + (lacks the fun "spinner" that the i386 boot program displays) + +May be debugged under usermode (using "testboot" image) + +Passes howto, bootdev, & symbols to booted program; + r3/ magic value 0xc1e86394 (3253232532) + r4/ end of symbols + r5/ physical load address (typ 0x2000) + r6/ bootdev + r7/ howto (flags: RB_{ASKNAME,KDB,SINGLE,HALT}) + +All files have Berzerkley style copyrights, except libso files from +Jordan Hubbard's "libso" (which in turn come from Bruce Culbertson's +ROM monitor); scsi_hi.c scsi_lo.c so.h + +TODO: + +check if kernel will overlap boot program! +pick up initial how and boot dev + |