]> git.ameliathe1st.gay Git - voyage-au-centre-des-fichiers.git/commit
Revamped build system, and rewrote test module to be simpler and more correct (though...
authorAmelia Coutard <eliottulio.coutard@gmail.com>
Sun, 26 Feb 2023 22:58:04 +0000 (23:58 +0100)
committerAmelia Coutard <eliottulio.coutard@gmail.com>
Sun, 26 Feb 2023 22:58:04 +0000 (23:58 +0100)
commit0cb03d7929d79f8c2051e0164676433e310597f6
treede6648107541a426928e69473dc9be3b0fc9589f
parent917fff1914f082c9eefdfdc400ecb347146c8382
Revamped build system, and rewrote test module to be simpler and more correct (though still not actually just producing an elf. Coming soon)
Makefile
kernel/module.mk
kernel/src/elf64.cpp [new file with mode: 0644]
kernel/src/elf64.hpp [new file with mode: 0644]
kernel/src/kernel.cpp
test_module/linker.ld [new file with mode: 0644]
test_module/module.mk
test_module/src/test.S [new file with mode: 0644]
test_module/src/test.cpp [new file with mode: 0644]
test_module/test.S [deleted file]