.. |
apic.c
|
renamed mmu.h to memory.h as its not related to the MMU and contains
|
2014-01-09 16:20:18 +01:00 |
entry32.asm
|
more cleanup of old 32bit code relicts, typos and indention
|
2013-11-14 12:22:52 +01:00 |
entry64.asm
|
fixed two smaller bugs and some compiler warnings
|
2014-01-09 16:12:13 +01:00 |
gdt.c
|
refactored paging code to be more universial and suitable for 64bit paging
|
2013-10-16 17:50:37 +02:00 |
idt.c
|
Reverted the removal of configure_idt_entry()
|
2012-06-13 09:57:01 +02:00 |
irq.c
|
remove obsolete check for APIC support
|
2012-07-22 13:13:46 +02:00 |
isrs.c
|
added more exception names
|
2014-01-30 14:38:08 +01:00 |
kb.c
|
replaced old kfree() calls with new signature
|
2013-11-20 14:11:19 +01:00 |
Makefile
|
implemented Performance Monitoring Counters and added a simple test benchmark
|
2014-01-30 14:36:22 +01:00 |
multiboot.c
|
- some chmod changes
|
2011-08-02 15:58:20 +02:00 |
pci.c
|
determine all six IO base addresses
|
2012-08-01 09:50:07 +02:00 |
pcihdr.h
|
- some chmod changes
|
2011-08-02 15:58:20 +02:00 |
pmc.c
|
implemented Performance Monitoring Counters and added a simple test benchmark
|
2014-01-30 14:36:22 +01:00 |
processor.c
|
added paging and memory related CPUID feature flags
|
2014-01-28 11:09:00 +01:00 |
string32.asm
|
add build environment for 64bit code
|
2012-05-24 10:49:45 +02:00 |
string64.asm
|
more cleanup of old 32bit code relicts, typos and indention
|
2013-11-14 12:22:52 +01:00 |
timer.c
|
use static stacks only for the idle tasks
|
2012-07-19 22:07:59 +02:00 |
uart.c
|
added seperate x86 UART routines for HW debugging (115200 baud, 8N1)
|
2014-01-28 11:07:09 +01:00 |
vga.c
|
- some chmod changes
|
2011-08-02 15:58:20 +02:00 |