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:
2
kernel.c
2
kernel.c
@@ -68,7 +68,7 @@ void kmain(BootInfo *Boot)
|
||||
task_init(Boot);
|
||||
|
||||
/* ---- Welcome banner ---- */
|
||||
SAFE_PRINT(Boot, L" Welcome to Simple UEFI Operating System!\n\r");
|
||||
SAFE_PRINT(Boot, L" Welcome to Simple 64-bit Operating System!\n\r");
|
||||
SAFE_PRINT(Boot, L"================================================\n\r");
|
||||
SAFE_PRINT(Boot, L"\n\r");
|
||||
SAFE_PRINT(Boot, L"System Information:\n\r");
|
||||
|
||||
Reference in New Issue
Block a user