]> git.ameliathe1st.gay Git - voyage-au-centre-des-fichiers.git/commit
Moved some source files to a `lib` directory.
authorAmelia Coutard <eliottulio.coutard@gmail.com>
Sat, 25 Feb 2023 15:08:23 +0000 (16:08 +0100)
committerAmelia Coutard <eliottulio.coutard@gmail.com>
Sat, 25 Feb 2023 15:08:23 +0000 (16:08 +0100)
commit5a75d74d702978d4384e0467835258875005457b
treeebc0b94acf66b9f1179b9c41aab66b4abd9c071f
parent98358f7c51e2f9a9e5c3786631be056fc5d8f23d
Moved some source files to a `lib` directory.
kernel/module.mk
kernel/src/boot.S
kernel/src/interrupts.hpp
kernel/src/kernel.cpp
kernel/src/lib/crti.S [moved from kernel/src/crti.S with 100% similarity]
kernel/src/lib/crtn.S [moved from kernel/src/crtn.S with 100% similarity]
kernel/src/lib/multiboot2.hpp [moved from kernel/src/multiboot2.hpp with 100% similarity]
kernel/src/lib/phys_ptr.hpp [moved from kernel/src/phys_ptr.hpp with 100% similarity]
kernel/src/paging.hpp