diff options
author | Marvin Borner | 2021-03-20 19:52:56 +0100 |
---|---|---|
committer | Marvin Borner | 2021-03-20 19:52:56 +0100 |
commit | b96c27bba0b242fc860fc9a2fcb63f121312fa7e (patch) | |
tree | 0febf9d97020f131055ee41fe6d8b8bd6593045a /boot | |
parent | 635751fc2a75f66d1541469b3204efb1701bd91c (diff) |
LGTM!
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; |