Kevin Wolf | a9c837d | 2015-01-15 12:26:44 +0100 | [diff] [blame] | 1 | |
| 2 | |
| 3 | |
| 4 | === Running test case: modules.elf === |
| 5 | |
| 6 | Module list with 0 entries at 102000 |
| 7 | |
| 8 | |
| 9 | === Running test case: modules.elf -initrd module.txt === |
| 10 | |
| 11 | Module list with 1 entries at 102000 |
| 12 | [102000] Module: 103000 - 103038 (56 bytes) 'module.txt' |
| 13 | Content: 'This is a test file that is used as a multiboot module.' |
| 14 | |
| 15 | |
| 16 | === Running test case: modules.elf -initrd module.txt argument === |
| 17 | |
| 18 | Module list with 1 entries at 102000 |
| 19 | [102000] Module: 103000 - 103038 (56 bytes) 'module.txt argument' |
| 20 | Content: 'This is a test file that is used as a multiboot module.' |
| 21 | |
| 22 | |
| 23 | === Running test case: modules.elf -initrd module.txt argument,,with,,commas === |
| 24 | |
| 25 | Module list with 1 entries at 102000 |
| 26 | [102000] Module: 103000 - 103038 (56 bytes) 'module.txt argument,with,commas' |
| 27 | Content: 'This is a test file that is used as a multiboot module.' |
| 28 | |
| 29 | |
| 30 | === Running test case: modules.elf -initrd module.txt,module.txt argument,module.txt === |
| 31 | |
| 32 | Module list with 3 entries at 102000 |
| 33 | [102000] Module: 103000 - 103038 (56 bytes) 'module.txt' |
| 34 | Content: 'This is a test file that is used as a multiboot module.' |
| 35 | [102010] Module: 104000 - 104038 (56 bytes) 'module.txt argument' |
| 36 | Content: 'This is a test file that is used as a multiboot module.' |
| 37 | [102020] Module: 105000 - 105038 (56 bytes) 'module.txt' |
| 38 | Content: 'This is a test file that is used as a multiboot module.' |