x86: add sample for 16bit mode

This commit is contained in:
Nguyen Anh Quynh
2015-08-26 09:25:29 +08:00
parent 8154c11480
commit 22b549a4db
3 changed files with 94 additions and 2 deletions

View File

@ -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 "=========================="