test 1 -eq 1
test 8 -eq 8
test 1 -eq 1
test 65536 -eq 65536
test 128 -eq 128
test $(( 0x1000 * 16 )) -eq $(( 0x10000 ))
test $(( 0x10000 )) -eq 65536
test 2048 -lt 4096
test 32 -gt 0
test $(( 128 % 32 )) -eq 0
test "9" -eq "$(( 1 + 8 ))"
test "10" -eq "$(( 9 + 1 ))"
test "$(( 10 + 128 ))" -le "2048"
test "32" -le 127
test "$(( 32 * 512 ))" -le 65536
QEMU='qemu-system-i386' QEMU_COMMON='-machine pc-i440fx-7.2 -accel tcg -cpu qemu32 -smp 1 -m 64M -bios /tmp/build-an-os-tools/root2/usr/share/seabios/bios-256k.bin -boot order=c,strict=on -nic none -no-reboot' sh tools/check-pm.sh
BootInfo v1: 6 E820 entries; [(0, 654336, 1, 1), (654336, 1024, 2, 1), (983040, 65536, 2, 1), (1048576, 65929216, 1, 1), (66977792, 131072, 2, 1), (4294705152, 262144, 2, 1)]
make: *** [Makefile:174: check-pm] Error 1

===== check-kernel =====
QEMU='qemu-system-i386' QEMU_COMMON='-machine pc-i440fx-7.2 -accel tcg -cpu qemu32 -smp 1 -m 64M -bios /tmp/build-an-os-tools/root2/usr/share/seabios/bios-256k.bin -boot order=c,strict=on -nic none -no-reboot' sh tools/check-kernel.sh
make: *** [Makefile:191: check-kernel] Error 1
