#include "stdint.h"
#include "realmode.h"
-#include "compiler.h"
#define BIOS_DATA_SEG 0x0040
* Body of routines taken from old pcbios.S
*/
-#include "compiler.h"
#include "realmode.h"
#include "console.h"
#ifndef ETHERBOOT_IO_H
#define ETHERBOOT_IO_H
-#include "compiler.h"
#include "virtaddr.h"
/* virt_to_bus converts an addresss inside of etherboot [_start, _end]
#ifndef ASSEMBLY
#include "stdint.h"
-#include "compiler.h"
#include "registers.h"
#include "io.h"
#define REGISTERS_H
#include "stdint.h"
-#include "compiler.h"
/* Basic 16-bit and 32-bit register types */
typedef union {
-#include "compiler.h"
-
/* NOTE: this boot sector contains instructions that need at least an 80186.
* Yes, as86 has a bug somewhere in the valid instruction set checks.
*