summaryrefslogtreecommitdiff
path: root/kernel/fs
AgeCommit message (Expand)Author
2020-02-24Changed read() and write() calls to now accept an integer fileJake Mannens
2018-12-23Corrected a bug in the hard-disk driver where calls to hd_read_block()Jake Mannens
2018-09-09Re-ordered system call numbers and definitions into alphabetical orderJake Mannens
2018-07-16Included the necessary stdint.h in kernel/hd.h. That header file may nowJake Mannens
2018-07-14con_init() is now called during the kernel's boot sequence in kboot()Jake Mannens