diff options
| author | Clément Sibille <claymeuns@protonmail.com> | 2021-10-08 08:17:14 +0200 |
|---|---|---|
| committer | Clément Sibille <claymeuns@protonmail.com> | 2021-10-08 08:17:14 +0200 |
| commit | 73338c2d453e7a5928fa7f392e1bc2392dbba3cd (patch) | |
| tree | 6c05321300d9bdac96723da268c6fe0b2f2a5464 /kernel/src/arch/mod.rs | |
| parent | 06d819c3e8e94972bd4261069d2c5239297bba65 (diff) | |
Move x86-specific code into an arch/x86 module
Diffstat (limited to 'kernel/src/arch/mod.rs')
| -rw-r--r-- | kernel/src/arch/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/src/arch/mod.rs b/kernel/src/arch/mod.rs new file mode 100644 index 0000000..8581bb3 --- /dev/null +++ b/kernel/src/arch/mod.rs @@ -0,0 +1 @@ +pub(crate) mod x86; |
