SamyPesse / How-to-Make-a-Computer-Operating-System

How to Make a Computer Operating System in C++
https://samypesse.gitbook.io/how-to-create-an-operating-system
Apache License 2.0
21.35k stars 3.42k forks source link

Close QEMU #28

Closed Xumeiquer closed 10 years ago

Xumeiquer commented 10 years ago

Hello there,

I could run make all and make run successfully and I got the GRUB screen, I loaded both options and the SO was loaded correctly, but then, how can I go back to the vagrant console?

I am using Windows 7 as a host.

Thank you.

SamyPesse commented 10 years ago

From the qemu documentation: http://wiki.qemu.org/download/qemu-doc.html

: Exit emulator Let me know if that works for you.
Xumeiquer commented 10 years ago

I am sorry, but unfortunately doesn't work, at least for me. also I tried with 'q' or 'quit' with the same result. Could you explain how you connect to the VM and then quit QEMU?

Thank you.