Kernel: Remove obsolete userspace stuff from kernel

This commit is contained in:
Bananymous
2023-04-22 15:37:45 +03:00
parent ec8b9640e2
commit 8c1f5bfe1e
5 changed files with 1 additions and 45 deletions

View File

@@ -24,14 +24,4 @@ SECTIONS
*(.bss)
}
g_kernel_end = .;
. = 0x00A00000;
g_userspace_start = .;
.userspace BLOCK(4K) : ALIGN(4K)
{
*(.userspace)
}
g_userspace_end = .;
}