Merge branch 'lab1' into lab2
This commit is contained in:
commit
815502c0cc
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -16,3 +16,4 @@
|
||||||
/sol?/
|
/sol?/
|
||||||
/myapi.key
|
/myapi.key
|
||||||
/.suf
|
/.suf
|
||||||
|
tags
|
||||||
|
|
BIN
bios-256k.bin
Normal file
BIN
bios-256k.bin
Normal file
Binary file not shown.
BIN
efi-e1000.rom
Normal file
BIN
efi-e1000.rom
Normal file
Binary file not shown.
|
@ -12,7 +12,7 @@ def test_jos():
|
||||||
|
|
||||||
@test(20, parent=test_jos)
|
@test(20, parent=test_jos)
|
||||||
def test_printf():
|
def test_printf():
|
||||||
r.match("6828 decimal is 15254 octal!")
|
r.match("444544 decimal is 1544200 octal!")
|
||||||
|
|
||||||
BACKTRACE_RE = r"^ *ebp +f01[0-9a-z]{5} +eip +f0100[0-9a-z]{3} +args +([0-9a-z]+)"
|
BACKTRACE_RE = r"^ *ebp +f01[0-9a-z]{5} +eip +f0100[0-9a-z]{3} +args +([0-9a-z]+)"
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ i386_init(void)
|
||||||
// Can't call cprintf until after we do this!
|
// Can't call cprintf until after we do this!
|
||||||
cons_init();
|
cons_init();
|
||||||
|
|
||||||
cprintf("6828 decimal is %o octal!\n", 6828);
|
cprintf("444544 decimal is %o octal!\n", 444544);
|
||||||
|
|
||||||
// Lab 2 memory management initialization functions
|
// Lab 2 memory management initialization functions
|
||||||
mem_init();
|
mem_init();
|
||||||
|
|
BIN
kvmvapic.bin
Normal file
BIN
kvmvapic.bin
Normal file
Binary file not shown.
BIN
vgabios-stdvga.bin
Normal file
BIN
vgabios-stdvga.bin
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user