diff options
| author | Alexey Gavrilov <rebovas@yahoo.com> | 2024-03-27 19:49:10 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <rebovas@yahoo.com> | 2024-03-27 19:49:10 +0700 |
| commit | e51dea0b6e34c2959b3b0f4a5db6b11d4b619960 (patch) | |
| tree | e6a457ec4b2758c0c3bef78df475ad52d92a7ab4 /arch | |
| parent | e0bac2387b373316337b177fe8aa9851b0d5e870 (diff) | |
Some updates: rename memAddr, define architecture
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/SecondaryInit.h | 4 | ||||
| -rw-r--r-- | arch/x86/PrimaryInit.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/arch/SecondaryInit.h b/arch/SecondaryInit.h index f9aa5be..f11c7be 100644 --- a/arch/SecondaryInit.h +++ b/arch/SecondaryInit.h @@ -1,4 +1,8 @@ +#include <arch> + +#if defined(__IAPC) #include "x86/PrimaryInit.h" +#endif class SecondaryInitialization : protected PrimaryInitialization { diff --git a/arch/x86/PrimaryInit.h b/arch/x86/PrimaryInit.h index 8d16549..243c731 100644 --- a/arch/x86/PrimaryInit.h +++ b/arch/x86/PrimaryInit.h @@ -2,8 +2,6 @@ #include "io/VGADisplay.h" -#define x86_ARCH - class PrimaryInitialization { protected: |
