1 2 3 4 5 6 7
/* * bios 32 replacement */ unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end) { return memory_start; }