summaryrefslogtreecommitdiff
path: root/bootblocks/i86_funcs.h
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1998-09-22 17:44:32 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:40:35 +0200
commit2233d47f9d89c107b6c425626d6eb2669363b055 (patch)
tree429df42a8f6ed7174868af04edd364cd778a4d54 /bootblocks/i86_funcs.h
parentec5f28e3f1400b5dacb88eda2d9db472a20b4349 (diff)
downloaddev86-2233d47f9d89c107b6c425626d6eb2669363b055.tar.gz
Import Dev86src-0.14.5.tar.gzv0.14.5
Diffstat (limited to 'bootblocks/i86_funcs.h')
-rw-r--r--bootblocks/i86_funcs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootblocks/i86_funcs.h b/bootblocks/i86_funcs.h
index 9eb1b05..2fdb860 100644
--- a/bootblocks/i86_funcs.h
+++ b/bootblocks/i86_funcs.h
@@ -6,8 +6,8 @@ extern int x86; /* CPU major number (0-3) */
extern char *x86_name; /* and it's name */
extern int x86_emu; /* Is this a PC emulator ? */
extern int x86_a20_closed; /* Is the A20 gate closed ? */
-extern int x86_test; /* In test mode */
extern int x86_fpu;
+extern int x86_test; /* Running in test mode ? */
extern unsigned boot_mem_top; /* Top of RAM below 1M */
extern long main_mem_top; /* Top of RAM above 1M */