Update system branding and improve documentation clarity. Changed references from "Simple UEFI Operating System" to "Simple 64-bit Operating System" in multiple files. Enhanced comments in memory.c for better understanding of PMM initialization and paging initialization.
This commit is contained in:
@@ -193,13 +193,13 @@ static void cmd_about(BootInfo *Boot, CHAR16 *Args)
|
||||
|
||||
SAFE_PRINT(Boot, L"\n\r");
|
||||
SAFE_PRINT(Boot, L"================================================\n\r");
|
||||
SAFE_PRINT(Boot, L" Simple UEFI Operating System\n\r");
|
||||
SAFE_PRINT(Boot, L" Simple 64-bit Operating System\n\r");
|
||||
SAFE_PRINT(Boot, L"================================================\n\r");
|
||||
SAFE_PRINT(Boot, L"\n\r");
|
||||
SAFE_PRINT(Boot, L"A minimal bootable UEFI operating system written in C.\n\r");
|
||||
SAFE_PRINT(Boot, L"A minimal bootable operating system written in C.\n\r");
|
||||
SAFE_PRINT(Boot, L"\n\r");
|
||||
SAFE_PRINT(Boot, L"Features:\n\r");
|
||||
SAFE_PRINT(Boot, L" - UEFI Boot\n\r");
|
||||
SAFE_PRINT(Boot, L" - Flexible bootloader interface\n\r");
|
||||
SAFE_PRINT(Boot, L" - Console I/O\n\r");
|
||||
SAFE_PRINT(Boot, L" - ELF64 Kernel Loader\n\r");
|
||||
SAFE_PRINT(Boot, L" - Memory Management (PMM + Heap)\n\r");
|
||||
|
||||
Reference in New Issue
Block a user