Skip to content

Commit

Permalink
refactor: move allocator into os::none module
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Apr 9, 2024
1 parent a7a71e0 commit 4271938
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#[macro_use]
mod macros;

#[cfg(target_os = "none")]
mod allocator;
mod arch;
mod log;
mod os;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/os/none/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mod allocator;
mod console;

use core::fmt::Write;
Expand Down

0 comments on commit 4271938

Please sign in to comment.