summaryrefslogtreecommitdiff
path: root/fs.h
AgeCommit message (Collapse)AuthorFilesLines
2006-08-15commented out code for cwdkaashoek1-0/+2
2006-08-10low-level keyboard input (not hooked up to /dev yet)rtm1-5/+0
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-09iread for T_DEVkaashoek1-0/+4
O_RDWR, etc. create file
2006-08-09block bitmapkaashoek1-6/+11
balloc
2006-08-08mknod,ialloc,iupdatekaashoek1-1/+5
2006-07-21nameirtm1-1/+3
2006-07-21breadrtm1-0/+28
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