Kernel/x86 - Oops, bad entry
authorJohn Hodge <[email protected]>
Sun, 27 Nov 2011 08:11:25 +0000 (16:11 +0800)
committerJohn Hodge <[email protected]>
Sun, 27 Nov 2011 08:11:25 +0000 (16:11 +0800)
Kernel/arch/x86/link.ld

index 75b712f..a09b29a 100644 (file)
@@ -3,8 +3,8 @@
  * Linker Script
  */
 
-//lowStart = start - 0xC0000000;
-ENTRY(start)
+lowStart = start - 0xC0000000;
+ENTRY(lowStart)
 OUTPUT_FORMAT(elf32-i386)
 
 SECTIONS {

UCC git Repository :: git.ucc.asn.au