]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/boot/pc/mem.h
merge
[plan9front.git] / sys / src / boot / pc / mem.h
index 64a3a869c5a60be419c59a6012074ef7f78b972c..42f3dc31638eebc435c900d111d4a4cf053bb042 100644 (file)
@@ -16,8 +16,8 @@
 /*
  * Fundamental addresses
  */
-#define CONFADDR       0x80001200              /* info passed from boot loader */
-#define BIOSXCHG       0x80006000              /* To exchange data with the BIOS */
+#define CONFADDR       0x1200          /* info passed from boot loader */
+#define BIOSXCHG       0x6000          /* To exchange data with the BIOS */
 
 #define SELGDT (0<<3)  /* selector is in gdt */
 #define        SELLDT  (1<<3)  /* selector is in ldt */