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
+4
View File
@@ -9,6 +9,8 @@
#include <SupportDefs.h> #include <SupportDefs.h>
#ifndef __x86_64__
#define BIOS32_PCI_SERVICE 'ICP$' #define BIOS32_PCI_SERVICE 'ICP$'
struct bios32_service { struct bios32_service {
@@ -29,4 +31,6 @@ status_t bios_init(void);
} }
#endif #endif
#endif /* __x86_64__ */
#endif /* ARCH_x86_BIOS_H */ #endif /* ARCH_x86_BIOS_H */
+3 -3
View File
@@ -41,22 +41,22 @@ if $(TARGET_ARCH) = x86_64 {
SEARCH_SOURCE += [ FDirName $(SUBDIR) paging pae ] ; SEARCH_SOURCE += [ FDirName $(SUBDIR) paging pae ] ;
archSpecificSources = archSpecificSources =
apm.cpp
arch.S arch.S
bios.cpp
cpuid.S cpuid.S
int.cpp int.cpp
interrupts.S interrupts.S
thread.cpp thread.cpp
vm86.cpp
arch_commpage.cpp arch_commpage.cpp
arch_debug.cpp arch_debug.cpp
arch_user_debugger.cpp arch_user_debugger.cpp
apm.cpp
bios.cpp
ioapic.cpp ioapic.cpp
irq_routing_table.cpp irq_routing_table.cpp
msi.cpp msi.cpp
syscall.S syscall.S
vm86.cpp
x86_signals.cpp x86_signals.cpp
x86_signals_asm.S x86_signals_asm.S
x86_syscalls.cpp x86_syscalls.cpp