redox/kernel/arch/x86_64
ticki 3967c0f291 Strongly typed virtual/physical memory seperation.
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.
2016-08-14 19:21:21 +02:00
..
io Rename the src directory to kernel. 2016-08-14 18:42:32 +02:00
gdt.rs Rename the src directory to kernel. 2016-08-14 18:42:32 +02:00
idt.rs Rename the src directory to kernel. 2016-08-14 18:42:32 +02:00
irq.rs Rename the src directory to kernel. 2016-08-14 18:42:32 +02:00
main.rs Rename the src directory to kernel. 2016-08-14 18:42:32 +02:00
mem.rs Rename the src directory to kernel. 2016-08-14 18:42:32 +02:00
mod.rs Strongly typed virtual/physical memory seperation. 2016-08-14 19:21:21 +02:00
physical.rs Strongly typed virtual/physical memory seperation. 2016-08-14 19:21:21 +02:00
serial.rs Rename the src directory to kernel. 2016-08-14 18:42:32 +02:00
tss.rs Rename the src directory to kernel. 2016-08-14 18:42:32 +02:00