summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorrsc <rsc>2006-09-06 18:43:45 +0000
committerrsc <rsc>2006-09-06 18:43:45 +0000
commit50e514be986e4d5b136879d1221b721b17493a78 (patch)
tree02143f4bb428485d156c4671b35e31180aa5822c /main.c
parent9936bffa45c928ead9660a0df32d08a50b2b09c2 (diff)
downloadxv6-labs-50e514be986e4d5b136879d1221b721b17493a78.tar.gz
xv6-labs-50e514be986e4d5b136879d1221b721b17493a78.tar.bz2
xv6-labs-50e514be986e4d5b136879d1221b721b17493a78.zip
fd_* => file_*
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index f6a8ab9..dba8bdd 100644
--- a/main.c
+++ b/main.c
@@ -49,7 +49,7 @@ main0(void)
kinit(); // physical memory allocator
tvinit(); // trap vectors
idtinit(); // this CPU's interrupt descriptor table
- fd_init();
+ fileinit();
iinit(); // i-node table
// initialize process 0