Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-09-08 | quiet | rsc | 1 | -2/+2 | |
2006-09-07 | avoid system binary clashes | rsc | 1 | -0/+8 | |
2006-09-06 | standardize various * conventions | rsc | 1 | -18/+18 | |
2006-09-06 | spacing fixes: no tabs, 2-space indents (for rtm) | rsc | 1 | -10/+10 | |
2006-08-25 | fix writing the indirect block | rtm | 1 | -1/+1 | |
2006-08-24 | user-level malloc (untested) | kaashoek | 1 | -6/+26 | |
nit in sbrk indirect block fix dup to share fd struct | |||||
2006-08-14 | set size for directories correctly in wdir and mkfs | kaashoek | 1 | -1/+10 | |
mkdir ls shows stat info for each dir entry | |||||
2006-08-10 | low-level keyboard input (not hooked up to /dev yet) | rtm | 1 | -1/+1 | |
fix acquire() to cli() *before* incrementing nlock make T_SYSCALL a trap gate, not an interrupt gate sadly, various crashes if you hold down a keyboard key... | |||||
2006-08-09 | block bitmap | kaashoek | 1 | -5/+37 | |
balloc | |||||
2006-07-28 | exec arguments | rtm | 1 | -5/+0 | |
2006-07-27 | primitive exec | rtm | 1 | -37/+113 | |
2006-07-21 | namei | rtm | 1 | -5/+11 | |
2006-07-21 | bread | rtm | 1 | -0/+140 | |
iget mkfs makes a file system image put this in your .bochsrc: ata0-slave: type=disk, mode=flat, path="fs.img", cylinders=1024, heads=1, spt=1 |