History log of /xv6-public/mkfs.c (Results 26 – 35 of 35)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a650c606 06-Sep-2006 rsc <rsc>

spacing fixes: no tabs, 2-space indents (for rtm)


# 80f292f8 25-Aug-2006 rtm <rtm>

fix writing the indirect block


# ea2909b6 24-Aug-2006 kaashoek <kaashoek>

user-level malloc (untested)
nit in sbrk
indirect block
fix dup to share fd struct


# bdb66433 14-Aug-2006 kaashoek <kaashoek>

set size for directories correctly in wdir and mkfs
mkdir
ls shows stat info for each dir entry


# 8a8be1b8 10-Aug-2006 rtm <rtm>

low-level keyboard input (not hooked up to /dev yet)
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 key

low-level keyboard input (not hooked up to /dev yet)
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...

show more ...


# 24111398 09-Aug-2006 kaashoek <kaashoek>

block bitmap
balloc


# 8455980b 28-Jul-2006 rtm <rtm>

exec arguments


# c59361f1 27-Jul-2006 rtm <rtm>

primitive exec


# 9d3fb671 21-Jul-2006 rtm <rtm>

namei


# 11a9947f 21-Jul-2006 rtm <rtm>

bread
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


12