From b96c27bba0b242fc860fc9a2fcb63f121312fa7e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 20 Mar 2021 19:52:56 +0100 Subject: LGTM! --- boot/load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') 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; -- cgit v1.2.3