summaryrefslogtreecommitdiff
path: root/kernel/main.c
AgeCommit message (Collapse)AuthorFilesLines
2021-08-31Change `inode cache` in main.c to `inode table`kimjungwow1-1/+1
2019-09-03sfence.vma in trampoline as wellRobert Morris1-1/+3
2019-08-18Cosmetic cleanup: fsinit reads sb and calls loginit. initialize icacheFrans Kaashoek1-0/+1
in main.c and don't make it disk specific; the icache is shared. This doesn't matter since we have only one disk, but conceptually cleaner and maybe helpful to students for mount lab.
2019-08-01fences for startingRobert Morris1-0/+2
2019-07-27beautify console.cRobert Morris1-1/+0
2019-07-27split printf into a separate file, to make console.c more like a driverRobert Morris1-0/+1
2019-07-23mstart -> startRobert Morris1-3/+1
2019-06-13eliminate ramdiskRobert Morris1-1/+0
2019-06-13virtio disk driverRobert Morris1-1/+2
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris1-0/+42