diff options
Diffstat (limited to 'boot')
-rw-r--r-- | boot/load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/load.c b/boot/load.c index 34c6af8..4a6f3db 100644 --- a/boot/load.c +++ b/boot/load.c @@ -336,7 +336,7 @@ void *read_inode(struct inode *in) if (!num_blocks) return 0; - void *buf = (void *)0x50000; + void *buf = (void *)0x9000; //assert(buf != 0); int indirect; |