Kernel: Remove obsolete userspace stuff from kernel

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

View File

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