[USER] Load and run ELF module in userspace

This commit is contained in:
2016-11-29 09:16:04 +01:00
parent aa50bbcd0f
commit 63b3c3f2c0
11 changed files with 163 additions and 21 deletions

View File

@@ -1,9 +1,10 @@
set timeout=1
set default=0
set default=1
menuentry "mittos64" {
multiboot2 /boot/kernel
}
menuentry "mittos64 MultiBoot1" {
multiboot /boot/kernel
module /boot/init
}