aboutsummaryrefslogtreecommitdiff
path: root/kernel/drivers/pci.c
AgeCommit message (Collapse)Author
2021-04-02Added kernel section clear/protect after initMarvin Borner
This is a huge security improvement as it prevents potential exploits of using or modifying internal kernel functions or data.
2020-11-05Added warning flags and fixed them :)Marvin Borner
2020-09-21NetworkingMarvin Borner
2020-09-12Re-implemented PCI driver.Marvin Borner
Adding the affected files to the makefile doesn't work, though. This probably has something to do with the 12KiB file size limit which should have been fixed by now! I'll need to investigate this tomorrow.