kernel: remove everything that is related to device/fs management
this is now a microkernel.
This commit is contained in:
@@ -37,13 +37,6 @@ SECTIONS {
|
||||
*(.rodata*)
|
||||
}
|
||||
|
||||
.kexts ALIGN(4K) : AT(ADDR(.kexts) - KERNEL_VMA)
|
||||
{
|
||||
__kexts_start = .;
|
||||
*(.kextinfo)
|
||||
__kexts_end = .;
|
||||
}
|
||||
|
||||
.data.percpu ALIGN(4K) : AT(ADDR(.data.percpu) - KERNEL_VMA)
|
||||
{
|
||||
__percpu_start = .;
|
||||
|
||||
Reference in New Issue
Block a user