diff options
| author | Tianhao Wang <shrik3@riseup.net> | 2023-03-14 10:47:25 +0100 |
|---|---|---|
| committer | Tianhao Wang <shrik3@riseup.net> | 2023-03-14 10:47:25 +0100 |
| commit | 383c203d77404b4f74723d7a89be691744f41c25 (patch) | |
| tree | 1061f01ed975a2c6b37015567b27cccac9f9f87b /src/arch/x86_64/mod.rs | |
| parent | 4eae38a6ce9110a155715575adcf12bdf45703cb (diff) | |
add delay between IOs
Diffstat (limited to 'src/arch/x86_64/mod.rs')
| -rw-r--r-- | src/arch/x86_64/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86_64/mod.rs b/src/arch/x86_64/mod.rs index ef06437..f48c7fd 100644 --- a/src/arch/x86_64/mod.rs +++ b/src/arch/x86_64/mod.rs @@ -3,3 +3,4 @@ pub mod pic; pub mod pit; pub mod plugbox; pub mod cpu; +pub mod misc; |
