From dfaf137915094e7ba72f7d7f1f57dc5158d1b6ab Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 9 Jul 2024 20:51:20 +0200 Subject: MHR-36: A set of major fixes for bootloader and kernel alongside new implementations. - Implement realloc for kernel scheduler improvements. - Fixed readAll on bootloader's BFileReader. - Add resources for zeta installation. - Add STB header. - Process Heap which replaced the previous User Heap. Signed-off-by: Amlal El Mahrouss --- Boot/Sources/Root/ZETA/BootLoader-Load.webm | Bin 0 -> 22081 bytes Boot/Sources/Root/ZETA/Urbanist-Black.ttf | Bin 0 -> 42784 bytes Boot/Sources/Root/ZETA/Urbanist-BlackItalic.ttf | Bin 0 -> 44084 bytes Boot/Sources/Root/ZETA/Urbanist-Bold.ttf | Bin 0 -> 42636 bytes Boot/Sources/Root/ZETA/Urbanist-BoldItalic.ttf | Bin 0 -> 43900 bytes Boot/Sources/Root/ZETA/Urbanist-ExtraBold.ttf | Bin 0 -> 42908 bytes Boot/Sources/Root/ZETA/Urbanist-ExtraBoldItalic.ttf | Bin 0 -> 44208 bytes Boot/Sources/Root/ZETA/Urbanist-ExtraLight.ttf | Bin 0 -> 42792 bytes Boot/Sources/Root/ZETA/Urbanist-ExtraLightItalic.ttf | Bin 0 -> 44104 bytes Boot/Sources/Root/ZETA/Urbanist-Italic.ttf | Bin 0 -> 43996 bytes Boot/Sources/Root/ZETA/Urbanist-Light.ttf | Bin 0 -> 42764 bytes Boot/Sources/Root/ZETA/Urbanist-LightItalic.ttf | Bin 0 -> 44052 bytes Boot/Sources/Root/ZETA/Urbanist-Medium.ttf | Bin 0 -> 42752 bytes Boot/Sources/Root/ZETA/Urbanist-MediumItalic.ttf | Bin 0 -> 44080 bytes Boot/Sources/Root/ZETA/Urbanist-Regular.ttf | Bin 0 -> 42704 bytes Boot/Sources/Root/ZETA/Urbanist-SemiBold.ttf | Bin 0 -> 42740 bytes Boot/Sources/Root/ZETA/Urbanist-SemiBoldItalic.ttf | Bin 0 -> 44088 bytes Boot/Sources/Root/ZETA/Urbanist-Thin.ttf | Bin 0 -> 42580 bytes Boot/Sources/Root/ZETA/Urbanist-ThinItalic.ttf | Bin 0 -> 43868 bytes Boot/Sources/Root/splash.text | 7 ------- 20 files changed, 7 deletions(-) create mode 100644 Boot/Sources/Root/ZETA/BootLoader-Load.webm create mode 100644 Boot/Sources/Root/ZETA/Urbanist-Black.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-BlackItalic.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-Bold.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-BoldItalic.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-ExtraBold.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-ExtraBoldItalic.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-ExtraLight.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-ExtraLightItalic.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-Italic.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-Light.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-LightItalic.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-Medium.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-MediumItalic.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-Regular.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-SemiBold.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-SemiBoldItalic.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-Thin.ttf create mode 100644 Boot/Sources/Root/ZETA/Urbanist-ThinItalic.ttf delete mode 100644 Boot/Sources/Root/splash.text (limited to 'Boot/Sources/Root') diff --git a/Boot/Sources/Root/ZETA/BootLoader-Load.webm b/Boot/Sources/Root/ZETA/BootLoader-Load.webm new file mode 100644 index 00000000..84b5e749 Binary files /dev/null and b/Boot/Sources/Root/ZETA/BootLoader-Load.webm differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-Black.ttf b/Boot/Sources/Root/ZETA/Urbanist-Black.ttf new file mode 100644 index 00000000..e1ec32b3 Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-Black.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-BlackItalic.ttf b/Boot/Sources/Root/ZETA/Urbanist-BlackItalic.ttf new file mode 100644 index 00000000..85323c97 Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-BlackItalic.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-Bold.ttf b/Boot/Sources/Root/ZETA/Urbanist-Bold.ttf new file mode 100644 index 00000000..330e84f9 Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-Bold.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-BoldItalic.ttf b/Boot/Sources/Root/ZETA/Urbanist-BoldItalic.ttf new file mode 100644 index 00000000..08d47a8a Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-BoldItalic.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-ExtraBold.ttf b/Boot/Sources/Root/ZETA/Urbanist-ExtraBold.ttf new file mode 100644 index 00000000..7971b6db Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-ExtraBold.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-ExtraBoldItalic.ttf b/Boot/Sources/Root/ZETA/Urbanist-ExtraBoldItalic.ttf new file mode 100644 index 00000000..050297e2 Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-ExtraBoldItalic.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-ExtraLight.ttf b/Boot/Sources/Root/ZETA/Urbanist-ExtraLight.ttf new file mode 100644 index 00000000..a20a0bf9 Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-ExtraLight.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-ExtraLightItalic.ttf b/Boot/Sources/Root/ZETA/Urbanist-ExtraLightItalic.ttf new file mode 100644 index 00000000..68968472 Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-ExtraLightItalic.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-Italic.ttf b/Boot/Sources/Root/ZETA/Urbanist-Italic.ttf new file mode 100644 index 00000000..79688a6c Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-Italic.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-Light.ttf b/Boot/Sources/Root/ZETA/Urbanist-Light.ttf new file mode 100644 index 00000000..59034000 Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-Light.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-LightItalic.ttf b/Boot/Sources/Root/ZETA/Urbanist-LightItalic.ttf new file mode 100644 index 00000000..1a455ce2 Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-LightItalic.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-Medium.ttf b/Boot/Sources/Root/ZETA/Urbanist-Medium.ttf new file mode 100644 index 00000000..e9a6dbb0 Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-Medium.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-MediumItalic.ttf b/Boot/Sources/Root/ZETA/Urbanist-MediumItalic.ttf new file mode 100644 index 00000000..44a9c897 Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-MediumItalic.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-Regular.ttf b/Boot/Sources/Root/ZETA/Urbanist-Regular.ttf new file mode 100644 index 00000000..2a794b27 Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-Regular.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-SemiBold.ttf b/Boot/Sources/Root/ZETA/Urbanist-SemiBold.ttf new file mode 100644 index 00000000..6d393d1c Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-SemiBold.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-SemiBoldItalic.ttf b/Boot/Sources/Root/ZETA/Urbanist-SemiBoldItalic.ttf new file mode 100644 index 00000000..327aa044 Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-SemiBoldItalic.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-Thin.ttf b/Boot/Sources/Root/ZETA/Urbanist-Thin.ttf new file mode 100644 index 00000000..9e272162 Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-Thin.ttf differ diff --git a/Boot/Sources/Root/ZETA/Urbanist-ThinItalic.ttf b/Boot/Sources/Root/ZETA/Urbanist-ThinItalic.ttf new file mode 100644 index 00000000..5cf054f1 Binary files /dev/null and b/Boot/Sources/Root/ZETA/Urbanist-ThinItalic.ttf differ diff --git a/Boot/Sources/Root/splash.text b/Boot/Sources/Root/splash.text deleted file mode 100644 index 4a851dc1..00000000 --- a/Boot/Sources/Root/splash.text +++ /dev/null @@ -1,7 +0,0 @@ -================================================================== -Welcome to Zeta. -Brought to you by: Amlal EL Mahrouss. -* newosldr, newoskrnl: Amlal EL Mahrouss. - -Copyright Zeta Electronics Corporation, all rights reserved. -================================================================== -- cgit v1.2.3