Merge branch 'lab3' into lab4

This commit is contained in:
Yeongjin Jang
2019-04-01 00:01:44 -07:00
7 changed files with 3 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ i386_init(void)
// Can't call cprintf until after we do this!
cons_init();
cprintf("6828 decimal is %o octal!\n", 6828);
cprintf("444544 decimal is %o octal!\n", 444544);
// Lab 2 memory management initialization functions
mem_init();