QEMU='/tmp/build-an-os-tools/bin/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 -L /tmp/build-an-os-tools/root2/usr/share/qemu -boot order=c,strict=on -nic none -no-reboot' KERNEL_MEMORY_MAX_BYTES='131072' sh tools/check-memory.sh
The target architecture is set to "i386".
0x0000fff0 in ?? ()
Hardware assisted breakpoint 1 at 0x1022fa: file kernel/memory.c, line 114.

Breakpoint 1, memory_demo_done () at kernel/memory.c:114
114	void memory_demo_done(void) { __asm__ volatile("" : : : "memory"); }
PASS: guest allocation, exhaustion, patterns, invalid free, recovered bitmaps; pages=16075 end=0x114f70
Hardware assisted breakpoint 2 at 0x10181e: file kernel/keyboard.c, line 114.

Breakpoint 2, keyboard_ready () at kernel/keyboard.c:114
114	void keyboard_ready(void) { __asm__ volatile("" ::: "memory"); }
PASS: memory demo returns to keyboard_ready
[Inferior 1 (process 1) detached]
