summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/BootKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-30 11:44:13 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-30 12:04:07 +0100
commit1d3bed385c9666db5b1803ee8e02a2c4fdcc9f29 (patch)
tree0ee26f499ca2b3eee3bd56b078983a0b6a43c65d /Private/NewBoot/BootKit
parentd7112cd6909640afd7609b3a142bc6ecf921ee25 (diff)
NewBoot: did groundwork on UEFI bootloader, can load PE32+ now.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/BootKit')
-rw-r--r--Private/NewBoot/BootKit/Boot.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewBoot/BootKit/Boot.hxx b/Private/NewBoot/BootKit/Boot.hxx
index a6ff15c5..70607a9c 100644
--- a/Private/NewBoot/BootKit/Boot.hxx
+++ b/Private/NewBoot/BootKit/Boot.hxx
@@ -68,7 +68,7 @@ enum {
kWhite,
};
-#define BK_START_KERNEL (0x80000000)
+#define BK_START_KERNEL (0x8000000)
HCore::SizeT BStrLen(const char *ptr);
HCore::SizeT BSetMem(char *src, const char byte, const HCore::SizeT len);