david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

compiler.h is now always included on the command line.

This commit is contained in:
Michael Brown 2005-04-14 11:50:26 +00:00
parent bc85cf756d
commit e44e5c7247
6 changed files with 0 additions and 7 deletions

View File

@ -5,7 +5,6 @@
#include "stdint.h"
#include "realmode.h"
#include "compiler.h"
#define BIOS_DATA_SEG 0x0040

View File

@ -3,7 +3,6 @@
* Body of routines taken from old pcbios.S
*/
#include "compiler.h"
#include "realmode.h"
#include "console.h"

View File

@ -1,7 +1,6 @@
#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]

View File

@ -4,7 +4,6 @@
#ifndef ASSEMBLY
#include "stdint.h"
#include "compiler.h"
#include "registers.h"
#include "io.h"

View File

@ -2,7 +2,6 @@
#define REGISTERS_H
#include "stdint.h"
#include "compiler.h"
/* Basic 16-bit and 32-bit register types */
typedef union {

View File

@ -1,5 +1,3 @@
#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.
*