1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00
libhermit/arch/x86/kernel
Stefan Lankes 3e5b8e65d3 add padding to align allocate memory to a 32 Byte boundary
- required to align memory for AVX usage
2017-05-11 11:27:17 +02:00
..
apic.c increase the readability 2017-04-23 17:13:27 +02:00
boot.asm reodering of the directory structure 2016-12-03 00:43:49 +01:00
entry.asm besure that the access bit is set 2017-04-20 10:46:31 +02:00
gdt.c reodering of the directory structure 2016-12-03 00:43:49 +01:00
idt.c reodering of the directory structure 2016-12-03 00:43:49 +01:00
irq.c reodering of the directory structure 2016-12-03 00:43:49 +01:00
isrs.c move more helper functions to the architecture dependent directory 2017-03-19 22:49:23 +01:00
pci.c add draft to integrate a hypervisor directly in the proxy 2017-01-16 18:47:13 +01:00
pcihdr.h reodering of the directory structure 2016-12-03 00:43:49 +01:00
processor.c check cmdline string to determine the frequency 2017-04-03 09:16:12 +02:00
signal.c add copyright statement 2017-03-19 22:57:37 +01:00
syscall.c reodering of the directory structure 2016-12-03 00:43:49 +01:00
tasks.c add padding to align allocate memory to a 32 Byte boundary 2017-05-11 11:27:17 +02:00
timer.c reodering of the directory structure 2016-12-03 00:43:49 +01:00
uart.c revise UART support, determine port via PCI scan 2017-04-03 07:17:46 +02:00