X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fthreads%2Floader.S;h=970d2e213dd03a6e12d60bca4ce77f4173811c3c;hp=5a0262b58733315296f85ae9ff429711c8d81854;hb=8063d8f3b3a778e9a15eff66dfd1b08652bae523;hpb=8c943ff5ffb0121878d1866e56905b9e8be5d95c diff --git a/src/threads/loader.S b/src/threads/loader.S index 5a0262b..970d2e2 100644 --- a/src/threads/loader.S +++ b/src/threads/loader.S @@ -206,17 +206,17 @@ panicmsg: .byte 0 ##### Memory size in 4 kB pages. - .org LOADER_RAM_PAGES + .org LOADER_RAM_PAGES - LOADER_BASE ram_pages: .long 0 ##### Command-line arguments inserted by another utility. ##### The loader doesn't use these, but we note their ##### location here for easy reference. - .org LOADER_CMD_LINE + .org LOADER_CMD_LINE - LOADER_BASE cmd_line: .fill 0x80, 1, 0 ##### Boot-sector signature for BIOS inspection. - .org LOADER_BIOS_SIG + .org LOADER_BIOS_SIG - LOADER_BASE .word 0xaa55