From: John Hodge Date: Wed, 20 Jan 2010 10:39:16 +0000 (+0800) Subject: I really need to learn to compile test before commiting X-Git-Tag: rel0.06~313 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=78bdffb8a6fceefb0846958fe0152523c7f5b525;p=tpg%2Facess2.git I really need to learn to compile test before commiting --- diff --git a/.gitignore b/.gitignore index ce529577..a37ca30c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ *.so *.i486 *.i386 +*.bin *.dsm *.dmp Map.txt diff --git a/Kernel/Makefile.BuildNum b/Kernel/Makefile.BuildNum index 4b6dfe84..2c33bfce 100644 --- a/Kernel/Makefile.BuildNum +++ b/Kernel/Makefile.BuildNum @@ -1 +1 @@ -BUILD_NUM = 1388 +BUILD_NUM = 1389 diff --git a/Modules/ATA/mbr.c b/Modules/ATA/mbr.c index 48d9c83d..de02505c 100644 --- a/Modules/ATA/mbr.c +++ b/Modules/ATA/mbr.c @@ -7,7 +7,10 @@ #include #include "common.h" -// == GLOBALS === +// === PROTOTYPES === +Uint64 ATA_MBR_int_ReadExt(int Disk, Uint64 Addr, Uint64 *Base, Uint64 *Length); + +// === GLOBALS === // === CODE === /**