All: Clear lines with only whitspace in them

This commit is contained in:
Bananymous
2023-09-09 22:52:03 +03:00
parent d77f455065
commit 720bc418a6
67 changed files with 95 additions and 119 deletions

View File

@@ -16,7 +16,7 @@ extern uint8_t g_userspace_end[];
namespace Kernel
{
static PageTable* s_kernel = nullptr;
static PageTable* s_current = nullptr;
static bool s_has_nxe = false;

View File

@@ -35,7 +35,7 @@
.skip 16384
.global g_boot_stack_top
g_boot_stack_top:
.global g_kernel_cmdline
g_kernel_cmdline:
.skip 4096