Skip to content
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

Open
dhruvdabhi101 opened this issue Mar 1, 2025 · 5 comments
Open

Pressing Ctrl-A C doesn't opens monitor #94

dhruvdabhi101 opened this issue Mar 1, 2025 · 5 comments

Comments

@dhruvdabhi101
Copy link

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.

@amedina1570
Copy link

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.

@nuta
Copy link
Owner

nuta commented Mar 5, 2025

👋 @dhruvdabhi101 As @amedina1570 mentioned, -serial mon:stdio (especially mon:) should enable the QEMU monitor. If you're still experiencing the issue, can you share your development environment details, such as OS?

@dhruvdabhi101
Copy link
Author

dhruvdabhi101 commented Mar 8, 2025

screenrun-03-08-2025-21-19-55.mp4

here's the video of me pressing Ctrl-A then C, but it keeps going, if you find any solution please let me know.
here's my current code if you want to look at it
https://github.com/dhruvdabhi101/riscv-kernel
as you might see a space in between for a split second (it is when i press the keys)

@nuta
Copy link
Owner

nuta commented Mar 10, 2025

@dhruvdabhi101 What terminal emulator do you use? What happens with Terminal.app or iTerm2?

@dhruvdabhi101
Copy link
Author

I am using ghostty, but happening same with Terminal.app and Iterm2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants