diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-12-13 01:38:14 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2024-04-02 23:17:31 +0200 |
| commit | 36137438446c1754a522c5b3cc3aff92c43ac1ee (patch) | |
| tree | f7358ef0aec7023321e52e116f94fba95e52611f /src/arch/x86/common/boot/mod.rs | |
X86/X86_64 debug/release WORKING
riscv64 WORKING uart
idk
Diffstat (limited to 'src/arch/x86/common/boot/mod.rs')
| -rw-r--r-- | src/arch/x86/common/boot/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/common/boot/mod.rs b/src/arch/x86/common/boot/mod.rs new file mode 100644 index 0000000..b6aebe5 --- /dev/null +++ b/src/arch/x86/common/boot/mod.rs @@ -0,0 +1,2 @@ +mod multiboot; +pub use multiboot::*; |
