aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/pci.h
AgeCommit message (Collapse)Author
2021-05-20Major restructuringMarvin Borner
2021-04-01Hardened entire systemMarvin Borner
By using the nonnull attribute and replace buffer-overflow-prone functions like strcpy, strcat and sprintf by strlcpy, strlcat and snprintf.
2020-11-05Added warning flags and fixed them :)Marvin 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.