mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
This minicommit introduces two newtpyes, `Physical` and `Virtual`, respectively. These serves as a way to segregate the different forms of addresses to avoid the issues we had in the old kernel. |
||
|---|---|---|
| .. | ||
| io | ||
| gdt.rs | ||
| idt.rs | ||
| irq.rs | ||
| main.rs | ||
| mem.rs | ||
| mod.rs | ||
| physical.rs | ||
| serial.rs | ||
| tss.rs | ||