x86: add sample for 16bit mode
This commit is contained in:
@ -15,6 +15,8 @@ if test -e $DIR/sample_x86; then
|
||||
$DIR/sample_x86 -32
|
||||
echo "=========================="
|
||||
$DIR/sample_x86 -64
|
||||
echo "=========================="
|
||||
$DIR/sample_x86 -16
|
||||
fi
|
||||
if test -e $DIR/sample_arm; then
|
||||
echo "=========================="
|
||||
|
Reference in New Issue
Block a user