summaryrefslogtreecommitdiff
path: root/kernel/hd.c
AgeCommit message (Expand)Author
2020-03-18Added decimal and octal conversion specifiers ('%d' and '%o') toJake Mannens
2020-03-07Makefile now correctly calls i386 QEMU instead of x86_64Jake Mannens
2018-12-23Corrected a bug in the hard-disk driver where calls to hd_read_block()Jake Mannens
2018-10-09Added the f_inode element to struct file as a pointer to the file'sJake Mannens
2018-09-09Re-ordered system call numbers and definitions into alphabetical orderJake Mannens
2018-08-06Defined ssize_t in unistd.h.Jake Mannens
2018-07-16Included the necessary stdint.h in kernel/hd.h. That header file may nowJake Mannens