Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
[qemu/ar7.git] / tests / multiboot / modules.out
blob1636708035bd37a45e87d4314a114d99b80d694a
4 === Running test case: modules.elf  ===
6 Module list with 0 entries at 102000
9 === Running test case: modules.elf -initrd module.txt ===
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.'
16 === Running test case: modules.elf -initrd module.txt argument ===
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.'
23 === Running test case: modules.elf -initrd module.txt argument,,with,,commas ===
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.'
30 === Running test case: modules.elf -initrd module.txt,module.txt argument,module.txt ===
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.'