Add a kernel ELF module and load it in a new process.
Don't yet jump to userspace.
This commit is contained in:
parent
f86bbe6ea9
commit
aefb4f082b
22 changed files with 223 additions and 16 deletions
|
|
@ -10,6 +10,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
|
|||
set(CMAKE_EXPORT_COMPILE_COMMANDS True)
|
||||
|
||||
add_subdirectory(zion)
|
||||
add_subdirectory(sys)
|
||||
|
||||
add_custom_command(
|
||||
OUTPUT disk.img
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue