Moved some 32-bit specific stuff to the 32 subdirectory.

This commit is contained in:
Alex Smith 2012-07-12 14:23:55 +01:00
parent 6e06fa6f7e
commit 4ebc6dfa68
5 changed files with 7 additions and 3 deletions

View File

@ -9,6 +9,8 @@
#include <SupportDefs.h>
#ifndef __x86_64__
#define BIOS32_PCI_SERVICE 'ICP$'
struct bios32_service {
@ -29,4 +31,6 @@ status_t bios_init(void);
}
#endif
#endif /* __x86_64__ */
#endif /* ARCH_x86_BIOS_H */

View File

@ -41,22 +41,22 @@ if $(TARGET_ARCH) = x86_64 {
SEARCH_SOURCE += [ FDirName $(SUBDIR) paging pae ] ;
archSpecificSources =
apm.cpp
arch.S
bios.cpp
cpuid.S
int.cpp
interrupts.S
thread.cpp
vm86.cpp
arch_commpage.cpp
arch_debug.cpp
arch_user_debugger.cpp
apm.cpp
bios.cpp
ioapic.cpp
irq_routing_table.cpp
msi.cpp
syscall.S
vm86.cpp
x86_signals.cpp
x86_signals_asm.S
x86_syscalls.cpp