sample to use the softmmu

This commit is contained in:
Takacs, Philipp
2022-11-29 17:00:51 +01:00
parent 901034577a
commit 759d694e24
4 changed files with 282 additions and 1 deletions

View File

@@ -57,3 +57,8 @@ if test -e $DIR/sample_x86_32_gdt_and_seg_regs; then
echo "=========================="
$DIR/sample_x86_32_gdt_and_seg_regs
fi
if test -e $DIR/sample_mmu; then
echo "=========================="
$DIR/sample_mmu
fi