redox/arch/x86_64/src
2016-09-17 09:19:55 -06:00
..
acpi Move kernel heap into kernel PML4, now a single PML4 needs to be copied to initialize a new table 2016-09-14 21:28:09 -06:00
device Map display in kernel shared memory 2016-09-15 08:50:29 -06:00
interrupt Allow cloning of kernel threads. Userspace breaks potentially due to stack aliasing 2016-09-13 20:06:39 -06:00
io Fill in all exception and IRQ entries. Handle PIT, keyboard IRQs 2016-08-31 17:45:21 -06:00
memory Cleanup PML4 entries, pass correct cpu ID to trampoline 2016-09-12 13:06:00 -06:00
paging WIP: Create new page table for clone 2016-09-14 22:21:52 -06:00
console.rs Improve efficiency of kernel console 2016-09-01 14:39:45 -06:00
context.rs Remove debugging 2016-09-15 08:39:20 -06:00
externs.rs Add simple paging, use rust libcore and compile without sse 2016-08-15 11:30:14 -06:00
gdt.rs Remove user TLS 2016-09-12 15:52:04 -06:00
idt.rs Load a very simple ELF and launch it in usermode 2016-09-07 21:16:30 -06:00
lib.rs Do not halt on page fault, do a stack dump 2016-09-17 08:13:09 -06:00
linker.ld Higher-half kernel mapping. Unmap where possible, freeing up lower memory 2016-09-14 20:47:55 -06:00
panic.rs Keep track of AP count, allocate bigger AP stack, stack trace function 2016-08-17 19:34:33 -06:00
start.rs Remove debug breaks 2016-09-17 09:19:55 -06:00