diff options
| author | amlal <amlal@el-mahrouss-logic.com> | 2024-03-26 05:52:57 +0100 |
|---|---|---|
| committer | amlal <amlal@el-mahrouss-logic.com> | 2024-03-26 05:58:34 +0100 |
| commit | dbe4573f61ae059c9dafb8e7623370121d443451 (patch) | |
| tree | 31b8172c9850cfe4ba467282aabc7f1941c2ea4c /Private/NewBoot/BootKit | |
| parent | 0d6df50e386dae373c654522d241330a8a42412b (diff) | |
NewBoot: See below.
- Do not run kernel directly on bootloader now.
- Throw an error if no partition is found.
Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/NewBoot/BootKit')
| -rw-r--r-- | Private/NewBoot/BootKit/BootKit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index dbdbb072..75934ed2 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -205,4 +205,4 @@ class BVersionString final { static const CharacterTypeUTF16 *Shared() { return BOOTLOADER_VERSION; } }; -Void boot_write_newfs_partition(const Char* namePart, SizeT namePartLength, BDeviceATA* ataInterface); +EXTERN_C Boolean boot_write_newfs_partition(const Char* namePart, SizeT namePartLength, BDeviceATA* ataInterface); |
