Skip to content

Commit

Permalink
Create test.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgr0bar committed May 24, 2024
1 parent b5171f3 commit 3df6238
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<configuration>
<mmu_mode>SV39</mmu_mode>
<memspaces>
<memspace>
<space_type>RAM</space_type>
<start_address>34359738368</start_address>
<end_address>103079215103</end_address>
</memspace>
<memspace>
<space_type>ROM</space_type>
<start_address>0</start_address>
<end_address>73727</end_address>
</memspace>
</memspaces>
<dumpfile>example_dump.raw</dumpfile>
<outfile>example_output.txt</outfile>
</configuration>

0 comments on commit 3df6238

Please sign in to comment.