Chameleon

Chameleon Commit Details

Date:2010-12-15 17:28:50 (13 years 4 months ago)
Author:Evan Lojewski
Commit:669
Parents: 668
Message:Added missing lines for acpi patcher
Changes:
M/branches/meklort/i386/modules/ACPIPatcher/acpi_patcher.c
M/branches/meklort/i386/modules/HelloWorld/HelloWorld.cpp

File differences

branches/meklort/i386/modules/ACPIPatcher/acpi_patcher.c
1313
1414
1515
16
17
18
1619
1720
1821
#include "cpu.h"
#include "aml_generator.h"
uint64_t acpi10_p;
uint64_t acpi20_p;
#ifndef DEBUG_ACPI
#define DEBUG_ACPI 0
#endif
branches/meklort/i386/modules/HelloWorld/HelloWorld.cpp
3131
3232
3333
34
35
3436
3537
3638
printf("Hello world from ExecKernel hook. Binary located at 0x%X\n", binary);
getchar();
//
}
void HelloWorld_start()

Archive Download the corresponding diff file

Revision: 669