.. |
apic.c
|
disable MP table search on uhyve
|
2018-08-03 09:24:44 +02:00 |
boot.asm
|
determine default architecture via uname
|
2018-04-22 16:47:28 +00:00 |
entry.asm
|
guarantee that _start is at the beginning of the kernel
|
2018-08-12 09:13:21 +02:00 |
gdt.c
|
determine default architecture via uname
|
2018-04-22 16:47:28 +00:00 |
idt.c
|
determine default architecture via uname
|
2018-04-22 16:47:28 +00:00 |
irq.c
|
remove obsolete call of apic_eoi
|
2019-01-15 23:26:20 +01:00 |
isrs.c
|
determine default architecture via uname
|
2018-04-22 16:47:28 +00:00 |
pci.c
|
determine default architecture via uname
|
2018-04-22 16:47:28 +00:00 |
pcihdr.h
|
determine default architecture via uname
|
2018-04-22 16:47:28 +00:00 |
processor.c
|
udelay reschedules within the busy waiting loop to avoid deadlocks
|
2018-04-29 08:46:31 +02:00 |
signal.c
|
determine default architecture via uname
|
2018-04-22 16:47:28 +00:00 |
syscall.c
|
determine default architecture via uname
|
2018-04-22 16:47:28 +00:00 |
tasks.c
|
fix TLS initialization, disable the support of contiguous blocks
|
2018-06-29 10:28:10 +00:00 |
timer.c
|
use boot tsc to calculate the uptime
|
2018-08-07 09:53:22 +02:00 |
uart.c
|
use UART device to print kernel messages
|
2018-04-28 10:13:06 +02:00 |