diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2025-09-03 12:52:51 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-09-03 12:52:51 -0400 |
commit | 76ee61642d9d5c7d2abb8b92adec7ec59bd8791a (patch) | |
tree | 26900f50782daa467a10936a375e8ad8ea32027d /apps/init/arch/x86_64/load.c | |
parent | c92305221770bb1316d026c200d569ca4e930e42 (diff) | |
download | jove-os-76ee61642d9d5c7d2abb8b92adec7ec59bd8791a.tar.gz jove-os-76ee61642d9d5c7d2abb8b92adec7ec59bd8791a.tar.bz2 jove-os-76ee61642d9d5c7d2abb8b92adec7ec59bd8791a.zip |
add header for elf, start working on elf loader
Diffstat (limited to 'apps/init/arch/x86_64/load.c')
-rw-r--r-- | apps/init/arch/x86_64/load.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/init/arch/x86_64/load.c b/apps/init/arch/x86_64/load.c new file mode 100644 index 0000000..c318428 --- /dev/null +++ b/apps/init/arch/x86_64/load.c @@ -0,0 +1,3 @@ +#include <elf.h> + + |