2. Check the compilation prerequisites and presence of `qemu-system-<arch>`
3. Run `make ARCH=<arch> user` to build the stock user program
4. Run `make ARCH=<arch> rootfs` to build stock rootfs image, require support of `dd`,`mkfs.ext2`, `mount -o loop`, `mktemp`.
5. Run `ARCH=<arch> live_debug.sh` to boot in QEMU with gdb hooked (one should see a gdb session)
6. telenet to `localhost:12345`, this is QEMU emulated serial port
2. Check the compilation prerequisites and presence of `qemu-system-<arch>`
3. Run `make ARCH=<arch> user` to build the stock user program
4. Run `make ARCH=<arch> rootfs` to build stock rootfs image, require support of `dd`,`mkfs.ext2`, `mount -o loop`, `mktemp`.
5. Run `ARCH=<arch> live_debug.sh` to boot in QEMU with gdb hooked (one should see a gdb session)
6. telenet to `localhost:12345`, this is QEMU emulated serial port