Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-31 | Change `inode cache` in main.c to `inode table` | kimjungwow | 1 | -1/+1 | |
2019-09-03 | sfence.vma in trampoline as well | Robert Morris | 1 | -1/+3 | |
2019-08-18 | Cosmetic cleanup: fsinit reads sb and calls loginit. initialize icache | Frans Kaashoek | 1 | -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-01 | fences for starting | Robert Morris | 1 | -0/+2 | |
2019-07-27 | beautify console.c | Robert Morris | 1 | -1/+0 | |
2019-07-27 | split printf into a separate file, to make console.c more like a driver | Robert Morris | 1 | -0/+1 | |
2019-07-23 | mstart -> start | Robert Morris | 1 | -3/+1 | |
2019-06-13 | eliminate ramdisk | Robert Morris | 1 | -1/+0 | |
2019-06-13 | virtio disk driver | Robert Morris | 1 | -1/+2 | |
2019-06-11 | separate source into kernel/ user/ mkfs/ | Robert Morris | 1 | -0/+42 | |