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/once.rs | |
X86/X86_64 debug/release WORKING
riscv64 WORKING uart
idk
Diffstat (limited to 'src/arch/x86/once.rs')
| -rw-r--r-- | src/arch/x86/once.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/arch/x86/once.rs b/src/arch/x86/once.rs new file mode 100644 index 0000000..9397afb --- /dev/null +++ b/src/arch/x86/once.rs @@ -0,0 +1,6 @@ +use crate::{print, println}; + +pub fn once() +{ + println!("x86"); +} |
