xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 084f21430c152eeaeaf8534fab41eca91a5fe7a9
parent 72ea69fbdfb6db6111cf3e1f5ef540e4a87ec29c
Author: kaashoek <kaashoek>
Date:   Mon, 10 Jul 2006 16:27:15 +0000

oops

Diffstat:
Auserfs.c | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/userfs.c b/userfs.c @@ -0,0 +1,8 @@ +// file system tests + +char buf[1024]; + +main() +{ + block(); +}