diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-09 19:55:54 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-09 19:56:35 +0200 |
| commit | 1c217ed09c6c4b13ec09b897270a208439f0db55 (patch) | |
| tree | 43c93aef6ee233fafcd7ca07a5700dd76d5ecdf5 /Boot/BootKit/Rsrc | |
| parent | acd8297fe927e601a7173cec7ca5445fd4a9c74a (diff) | |
[FIX] Fix bootloop on serial write, fixing more bugs now, still have to
fix allocation.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Boot/BootKit/Rsrc')
| -rw-r--r-- | Boot/BootKit/Rsrc/NewBoot.rsrc | 4 | ||||
| -rw-r--r-- | Boot/BootKit/Rsrc/NewBootFatal.rsrc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Boot/BootKit/Rsrc/NewBoot.rsrc b/Boot/BootKit/Rsrc/NewBoot.rsrc index 15da3029..68b6cba1 100644 --- a/Boot/BootKit/Rsrc/NewBoot.rsrc +++ b/Boot/BootKit/Rsrc/NewBoot.rsrc @@ -1,5 +1,5 @@ -#define NEWBOOT_HEIGHT 239 -#define NEWBOOT_WIDTH 402 +#define NEWOSLDR_HEIGHT 239 +#define NEWOSLDR_WIDTH 402 // array size is 288234 static const unsigned int NewBoot[] = { diff --git a/Boot/BootKit/Rsrc/NewBootFatal.rsrc b/Boot/BootKit/Rsrc/NewBootFatal.rsrc index bad1ccd1..7422c8ec 100644 --- a/Boot/BootKit/Rsrc/NewBootFatal.rsrc +++ b/Boot/BootKit/Rsrc/NewBootFatal.rsrc @@ -1,5 +1,5 @@ -#define NEWBOOTFATAL_HEIGHT 239 -#define NEWBOOTFATAL_WIDTH 402 +#define NEWOSLDRFATAL_HEIGHT 239 +#define NEWOSLDRFATAL_WIDTH 402 // array size is 288234 static const unsigned int NewBootFatal[] = { |
