Kernel: Remove obsolete userspace stuff from kernel
This commit is contained in:
@@ -25,13 +25,4 @@ SECTIONS
|
||||
}
|
||||
|
||||
g_kernel_end = .;
|
||||
|
||||
. = 0x00A00000;
|
||||
|
||||
g_userspace_start = .;
|
||||
.userspace BLOCK(4K) : ALIGN(4K)
|
||||
{
|
||||
*(.userspace)
|
||||
}
|
||||
g_userspace_end = .;
|
||||
}
|
||||
Reference in New Issue
Block a user