File: i86_funcs.h

package info (click to toggle)
linux86 0.16.21-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,072 kB
  • sloc: ansic: 66,757; asm: 6,154; makefile: 1,374; sh: 703
file content (17 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * These are bios and hardware functions for the 8086 IBM PC
 */

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_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 */

void cpu_check();
void mem_check();
int  ext_put();
int  ext_get();