mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
fix build
svn path=/trunk/; revision=52176
This commit is contained in:
parent
a3dee99b18
commit
14531e0020
17 changed files with 24 additions and 54 deletions
|
@ -3,8 +3,6 @@
|
|||
|
||||
#include <asm.inc>
|
||||
|
||||
#include <arch.h>
|
||||
|
||||
.text
|
||||
.code16
|
||||
|
||||
|
|
|
@ -23,9 +23,6 @@
|
|||
.text
|
||||
.code16
|
||||
|
||||
#define ASM
|
||||
#include <arch.h>
|
||||
|
||||
PUBLIC ChainLoadBiosBootSectorCode
|
||||
ChainLoadBiosBootSectorCode:
|
||||
.code64
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
.text
|
||||
.code16
|
||||
|
||||
#define ASM
|
||||
#include <arch.h>
|
||||
|
||||
#include <arch/pc/x86common.h>
|
||||
|
||||
EXTERN(DriveMapInt13HandlerStart)
|
||||
Int13Handler:
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
.text
|
||||
.code16
|
||||
|
||||
#define ASM
|
||||
|
||||
#include <arch.h>
|
||||
#include <arch/pc/x86common.h>
|
||||
|
||||
/*
|
||||
* U32 CpuidSupported(VOID);
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
.text
|
||||
.code16
|
||||
|
||||
#define ASM
|
||||
#include <arch.h>
|
||||
|
||||
|
||||
.p2align 2 /* force 4-byte alignment */
|
||||
EXTERN(i386idt)
|
||||
/* Exception 0 - Divide By Zero */
|
||||
|
|
|
@ -23,9 +23,7 @@
|
|||
.text
|
||||
.code16
|
||||
|
||||
#define ASM
|
||||
|
||||
#include <arch.h>
|
||||
#include <arch/pc/x86common.h>
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
.text
|
||||
.code16
|
||||
|
||||
#define ASM
|
||||
#include <arch.h>
|
||||
#include <arch/pc/x86common.h>
|
||||
#include <ver.h>
|
||||
|
||||
#define SCREEN_ATTR 0x1f /* Bright white on blue background */
|
||||
|
|
|
@ -24,8 +24,7 @@
|
|||
.text
|
||||
.code16
|
||||
|
||||
#define ASM
|
||||
#include <arch.h>
|
||||
#include <arch/pc/x86common.h>
|
||||
|
||||
|
||||
Int386_REGS:
|
||||
|
|
|
@ -23,8 +23,7 @@
|
|||
.text
|
||||
.code16
|
||||
|
||||
#define ASM
|
||||
#include <arch.h>
|
||||
#include <arch/pc/x86common.h>
|
||||
#include <multiboot.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
.text
|
||||
.code16
|
||||
|
||||
#define ASM
|
||||
#include <arch.h>
|
||||
|
||||
#include <arch/pc/x86common.h>
|
||||
|
||||
EXTERN(_ChainLoadBiosBootSectorCode)
|
||||
.code32
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
.text
|
||||
.code16
|
||||
|
||||
#define ASM
|
||||
#include <arch.h>
|
||||
|
||||
#include <arch/pc/x86common.h>
|
||||
|
||||
EXTERN(_DriveMapInt13HandlerStart)
|
||||
Int13Handler:
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
.text
|
||||
.code16
|
||||
|
||||
#define ASM
|
||||
|
||||
#include <arch.h>
|
||||
#include <arch/pc/x86common.h>
|
||||
|
||||
/*
|
||||
* U32 CpuidSupported(VOID);
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
.text
|
||||
.code16
|
||||
|
||||
#define ASM
|
||||
#include <arch.h>
|
||||
#include <arch/pc/x86common.h>
|
||||
|
||||
|
||||
.p2align 2 /* force 4-byte alignment */
|
||||
|
|
|
@ -20,9 +20,8 @@
|
|||
.text
|
||||
.code16
|
||||
|
||||
#define ASM
|
||||
#include <arch/pc/x86common.h>
|
||||
|
||||
#include <arch.h>
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -21,8 +21,7 @@
|
|||
.text
|
||||
.code16
|
||||
|
||||
#define ASM
|
||||
#include <arch.h>
|
||||
#include <arch/pc/x86common.h>
|
||||
#include <ver.h>
|
||||
|
||||
#define SCREEN_ATTR 0x1f /* Bright white on blue background */
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
.text
|
||||
.code16
|
||||
|
||||
#define ASM
|
||||
#include <arch.h>
|
||||
|
||||
#include <arch/pc/x86common.h>
|
||||
|
||||
.code32
|
||||
EXTERN(_BootNewLinuxKernel)
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
.text
|
||||
.code16
|
||||
|
||||
#define ASM
|
||||
#include <arch.h>
|
||||
#include <arch/pc/x86common.h>
|
||||
#include <multiboot.h>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue