Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
soc:2009:lynusvaz:journal:week5 [2009/06/29 22:51] lynusvaz |
soc:2009:lynusvaz:journal:week5 [2009/11/08 00:54] (current) kylek tidy up so i can read it |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * In src/config/defaults/pcbios.h: changed #define CONSOLE_PCBIOS to #define CONSOLE_SERIAL | * In src/config/defaults/pcbios.h: changed #define CONSOLE_PCBIOS to #define CONSOLE_SERIAL | ||
| * make | * make | ||
| - | * qemu -tftp . -cdrom bin/gpxe.iso -bootp /tests//arith_test.gpxe -serial stdio > result | + | * qemu -tftp . -cdrom bin/gpxe.iso -bootp /tests/arith_test.gpxe -serial stdio > result |
| * Make sure the file generated gives the expected output. This can then be used to compare the output of the test script after changes have been made | * Make sure the file generated gives the expected output. This can then be used to compare the output of the test script after changes have been made | ||
| After this, I started implementing the if-else branch. Since this includes defining new commands, I had to find out how it was done: | After this, I started implementing the if-else branch. Since this includes defining new commands, I had to find out how it was done: | ||