Index: branches/meklort/i386/modules/ACPIPatcher/acpi_patcher.c =================================================================== --- branches/meklort/i386/modules/ACPIPatcher/acpi_patcher.c (revision 668) +++ branches/meklort/i386/modules/ACPIPatcher/acpi_patcher.c (revision 669) @@ -13,6 +13,9 @@ #include "cpu.h" #include "aml_generator.h" +uint64_t acpi10_p; +uint64_t acpi20_p; + #ifndef DEBUG_ACPI #define DEBUG_ACPI 0 #endif Index: branches/meklort/i386/modules/HelloWorld/HelloWorld.cpp =================================================================== --- branches/meklort/i386/modules/HelloWorld/HelloWorld.cpp (revision 668) +++ branches/meklort/i386/modules/HelloWorld/HelloWorld.cpp (revision 669) @@ -31,6 +31,8 @@ printf("Hello world from ExecKernel hook. Binary located at 0x%X\n", binary); getchar(); + // + } void HelloWorld_start()