summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/stand/loadbsd/README
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1998-08-13 21:08:17 +0000
committerMarc Espie <espie@cvs.openbsd.org>1998-08-13 21:08:17 +0000
commit248cbbdc7fc28f38fa8e6e2b52d8535eded841c8 (patch)
treed26660304a8adf3e2adb409a26958fe139bc0303 /sys/arch/amiga/stand/loadbsd/README
parent5986825ad3ea2a668079aba41f65beab405d6156 (diff)
Make loadbsd aware of poolmem (mainly, kill poolmem before scanning the
memory list)
Diffstat (limited to 'sys/arch/amiga/stand/loadbsd/README')
-rw-r--r--sys/arch/amiga/stand/loadbsd/README10
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/amiga/stand/loadbsd/README b/sys/arch/amiga/stand/loadbsd/README
index c754c7affe1..27761103749 100644
--- a/sys/arch/amiga/stand/loadbsd/README
+++ b/sys/arch/amiga/stand/loadbsd/README
@@ -1,4 +1,4 @@
-$OpenBSD: README,v 1.2 1998/03/29 22:24:50 espie Exp $
+$OpenBSD: README,v 1.3 1998/08/13 21:08:13 espie Exp $
This was prepared to compile with Geek Gadgets' gcc for AmigaOS, with
or without libnix. The libnix flavor is stand-alone, but still needs
@@ -7,12 +7,14 @@ AmigaOS 2.0.
You'll need the (unchanged) getopt.c from src/lib/libc/stdlib,
and reboot.h from src/sys/sys too.
-
- Ignatios Souvatzis
-
New for 2.15.2:
compiled with most recent Geek gadgets, everything working.
Looking more closely, the -Z option looks suspiciously untested.
No new options, but smaller, cleaner, and hopefully easier to compile
cleanly.
+
+New for 2.15.3:
+loadbsd knows about poolmem, and will correctly remove it before
+firing up the kernel.
+
Marc Espie