aboutsummaryrefslogtreecommitdiff
path: root/kernel/drivers/serial.c
AgeCommit message (Collapse)Author
2021-04-05Fixed some minor bugsMarvin Borner
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.
2021-02-26Removed serial driver from userspaceMarvin Borner
2020-08-09Temporary cpu and serial drivers in libcMarvin Borner
2020-08-09Heavy restructuring of libc, kernel and appsMarvin Borner