-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pressing Ctrl-A C doesn't opens monitor #94
Comments
I had somewhat the same issue, you have to be careful not to keep pressing down Ctrl. Just hit Ctrl + A and then press C. I tried -serial null to see if the kernel was booting up and then changed it to -serial mon:stdio and it worked fine. |
👋 @dhruvdabhi101 As @amedina1570 mentioned, |
screenrun-03-08-2025-21-19-55.mp4here's the video of me pressing |
@dhruvdabhi101 What terminal emulator do you use? What happens with Terminal.app or iTerm2? |
I am using ghostty, but happening same with Terminal.app and Iterm2 |
Here's my repo for my current code.
Even when i press
Ctrl-A c
, it doesn't open QEMU monitor, instead process just keeps on running. I am currently on the page table chapter.If you know what might be wrong, please guide.
The text was updated successfully, but these errors were encountered: