proc/dyn: proof-of-concept dynamic executable loader

This commit is contained in:
2024-03-20 21:21:39 +02:00
parent 0fbd77ab20
commit 35a44a8ca1
29 changed files with 1154 additions and 50 deletions
-1
View File
@@ -9,7 +9,6 @@ SECTIONS {
PROVIDE(__kernel_start = . + KERNEL_VIRT_OFFSET);
.text.entry : {
*(.multiboot)
*(.text.entry)
}