diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-18 15:09:12 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-18 15:09:12 +0200 |
| commit | c5b4c98fadd89fd114520e201e34a58a78025344 (patch) | |
| tree | adbcc550d6ef4a61764bd2cd2a534b9adb2af31f /dev/boot/BootKit/BootKit.h | |
| parent | 0a595d68cd69c365da98c58babf2217bd501615d (diff) | |
dev, fb: did some cleanup on the graphics stack.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/boot/BootKit/BootKit.h')
| -rw-r--r-- | dev/boot/BootKit/BootKit.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dev/boot/BootKit/BootKit.h b/dev/boot/BootKit/BootKit.h index a47cc045..d7f4f4d5 100644 --- a/dev/boot/BootKit/BootKit.h +++ b/dev/boot/BootKit/BootKit.h @@ -15,9 +15,6 @@ #include <FirmwareKit/EPM.h> #include <CompilerKit/Version.h> #include <modules/CoreGfx/CoreGfx.h> -#include <BootKit/Rsrc/zka_disk.rsrc> -#include <BootKit/Rsrc/zka_no_disk.rsrc> -#include <BootKit/Rsrc/zka_has_disk.rsrc> /// include NeFS header and Support header as well. @@ -332,9 +329,6 @@ namespace Boot if (fDiskDev.GetDiskSize() < kMinimumDiskSize) { - fb_init(); - - FBDrawBitMapInRegion(zka_no_disk, NE_NO_DISK_WIDTH, NE_NO_DISK_HEIGHT, (kHandoverHeader->f_GOP.f_Width - NE_NO_DISK_WIDTH) / 2, (kHandoverHeader->f_GOP.f_Height - NE_NO_DISK_HEIGHT) / 2); Boot::ThrowError(L"Drive-Too-Tiny", L"Can't format a NeFS partition here."); return false; } |
