This website requires JavaScript.
Explore
Help
Sign in
vinzenz
/
redox
Watch
0
Star
0
Fork
You've already forked redox
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
aa7e38882b
redox
/
arch
/
x86_64
/
src
History
Jeremy Soller
aa7e38882b
Map display in kernel shared memory
2016-09-15 08:50:29 -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
Fix implementation of clone and exec. Now the init process can load and execute the pci driver
2016-09-15 08:35:07 -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
Map display in kernel shared memory
2016-09-15 08:50:29 -06:00