aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/interrupts/irq.c
AgeCommit message (Collapse)Author
2020-04-29MUCH work in libcMarvin Borner
Also cleaned up some syscalls etc
2020-03-18Applied official linux kernel code style guidelinesMarvin Borner
Due to my change to vim and the clang-format plugin this was needed!
2020-01-04Removed hardcoded line numbersMarvin Borner
Wasn't that hard after all, eh?
2019-12-04More-working syscall logic (parameters work!)Marvin Borner
2019-11-24Major coding style reformatting -> Kernighan & RitchieMarvin Borner
This project now (hopefully) uses the same style recommended by Kernighan and Ritchie and used in the Linux Kernel
2019-10-27Improved boot process and color schemeMarvin Borner
2019-10-26Using compiler-based include methodsMarvin Borner
2019-10-26Removed VGA driver supportMarvin Borner
2019-09-21Added ACPI based shutdown commandMarvin Borner
2019-09-19Moved source to kernel directoryMarvin Borner