Skip to content

QEMU monitor in a separate terminal #84

@tuangu

Description

@tuangu

First of all, thanks for the great tutorial.
This is actually not an issue, but will help, at least for myself, easier to view registers/memory info, without overlapping with the kernel output.

# run.sh: add --monitor options
$QEMU -machine virt -bios default -nographic \
    -serial mon:stdio --monitor tcp:127.0.0.1:4321,server,nowait \
    --no-reboot \
    -d unimp,guest_errors,int,cpu_reset -D qemu.log \
    -kernel kernel.elf

# open another terminal
nc localhost 4321

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions