mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
compiler.h is now always included on the command line.
This commit is contained in:
parent
bc85cf756d
commit
e44e5c7247
@ -5,7 +5,6 @@
|
||||
|
||||
#include "stdint.h"
|
||||
#include "realmode.h"
|
||||
#include "compiler.h"
|
||||
|
||||
#define BIOS_DATA_SEG 0x0040
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
* Body of routines taken from old pcbios.S
|
||||
*/
|
||||
|
||||
#include "compiler.h"
|
||||
#include "realmode.h"
|
||||
#include "console.h"
|
||||
|
||||
|
@ -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]
|
||||
|
@ -4,7 +4,6 @@
|
||||
#ifndef ASSEMBLY
|
||||
|
||||
#include "stdint.h"
|
||||
#include "compiler.h"
|
||||
#include "registers.h"
|
||||
#include "io.h"
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
#define REGISTERS_H
|
||||
|
||||
#include "stdint.h"
|
||||
#include "compiler.h"
|
||||
|
||||
/* Basic 16-bit and 32-bit register types */
|
||||
typedef union {
|
||||
|
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user