I really need to learn to compile test before commiting
authorJohn Hodge <tpg@prelude.(none)>
Wed, 20 Jan 2010 10:39:16 +0000 (18:39 +0800)
committerJohn Hodge <tpg@prelude.(none)>
Wed, 20 Jan 2010 10:39:16 +0000 (18:39 +0800)
.gitignore
Kernel/Makefile.BuildNum
Modules/ATA/mbr.c

index ce52957..a37ca30 100644 (file)
@@ -8,6 +8,7 @@
 *.so
 *.i486
 *.i386
+*.bin
 *.dsm
 *.dmp
 Map.txt
index 4b6dfe8..2c33bfc 100644 (file)
@@ -1 +1 @@
-BUILD_NUM = 1388
+BUILD_NUM = 1389
index 48d9c83..de02505 100644 (file)
@@ -7,7 +7,10 @@
 #include <acess.h>
 #include "common.h"
 
-// == GLOBALS ===
+// === PROTOTYPES ===
+Uint64 ATA_MBR_int_ReadExt(int Disk, Uint64 Addr, Uint64 *Base, Uint64 *Length);
+
+// === GLOBALS ===
 
 // === CODE ===
 /**

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