summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/README
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-07-18 01:24:48 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-07-18 01:24:48 +0000
commit841380c522d141577d69425bf505ffece4917d72 (patch)
tree10df484855a806391ce916a8f5c9086036dee18a /sys/arch/i386/stand/README
parent8b77830dec550b62188d2dd9a48e3923378b95fe (diff)
notes about pmmm changes, apm
Diffstat (limited to 'sys/arch/i386/stand/README')
-rw-r--r--sys/arch/i386/stand/README12
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/README b/sys/arch/i386/stand/README
index 38192ea2ff1..7b34ce777f1 100644
--- a/sys/arch/i386/stand/README
+++ b/sys/arch/i386/stand/README
@@ -1,4 +1,4 @@
-$OpenBSD: README,v 1.7 1997/05/31 16:08:34 mickey Exp $
+$OpenBSD: README,v 1.8 1997/07/18 01:24:47 mickey Exp $
# hmm, no copyright
@@ -109,3 +109,13 @@ Sat May 31 12:06:37 EDT 1997
usleep(int15,f86) BIOS call is not supported well in all the BIOSes,
especially some laptop BIOSes and Compaq machines. Everybody is encouraged
to use sleep instead, it's known to work.
+
+
+Thu Jul 17 21:24:42 EDT 1997
+----------------------------
+
+Return to the way when code have to be less then 64k, or better say that
+whole gidt.S code must be in the 1st 64k of /boot .text section.
+This saves about 2k of code (idt initialization).
+APM information is now gathered and passed to the locore.s upon kernel
+startup as pointer to the struct apm_connect_info.