Giter Site home page Giter Site logo

Comments (15)

bx1n avatar bx1n commented on June 14, 2024 48

Press Ctrl+A, leave it, afterwards press X

from how-to-make-a-computer-operating-system.

robot527 avatar robot527 commented on June 14, 2024 6

My host is Ubuntu 14.04, VirtualBox version is 4.3.36_Ubuntu.
For leave:
Press Esc+2, then input quit and press Enter.

from how-to-make-a-computer-operating-system.

marianofino avatar marianofino commented on June 14, 2024 5

Presing Alt + 2 and then typing quit worked for me. Source. http://serverfault.com/a/730383

from how-to-make-a-computer-operating-system.

kannan83 avatar kannan83 commented on June 14, 2024 2

hi,
i'm having the same issue to quit qemu emulator by using combination; it does not work.
though, using <ctrl+alt+2> to open qemu monitor and typing 'exit' works to exit qemu.

googling can give you a lot of references but here is the link that i looked at.
http://comments.gmane.org/gmane.linux.embedded.yocto.general/3410

from how-to-make-a-computer-operating-system.

furkanmustafa avatar furkanmustafa commented on June 14, 2024 1

Just for reference: in my case adding -serial mon:stdio made CTRL+a x combination work.

from how-to-make-a-computer-operating-system.

yangminz avatar yangminz commented on June 14, 2024 1

CTRL+ALT x works

from how-to-make-a-computer-operating-system.

Xumeiquer avatar Xumeiquer commented on June 14, 2024

This is fixed in #30

from how-to-make-a-computer-operating-system.

ddetoni avatar ddetoni commented on June 14, 2024

I got this screen:
os

Now I can't leave. It's the same problem. I tried the above solution.

from how-to-make-a-computer-operating-system.

liuluheng avatar liuluheng commented on June 14, 2024

I got this:
Uploading 2013-12-08 22:37:53的屏幕截图.png . . .

Now I can't leave. It's the same problem. I tried the above solution.
but the works, it refresh the scree... doesn't work..what's going on?

from how-to-make-a-computer-operating-system.

ChiakiLee avatar ChiakiLee commented on June 14, 2024

hi,
I also have the same issue to quit qemu, but both and <Ctrl+Alt+2> cannot work.
Does anyone know how to solve this problem?

from how-to-make-a-computer-operating-system.

 avatar commented on June 14, 2024

It can't quit because you're issuing the key sequence in the VM. Open a new tab and issue:

sudo kill $(pidof qemu)

That should do the trick.

from how-to-make-a-computer-operating-system.

erinzm avatar erinzm commented on June 14, 2024

Or sudo killall qemu.
If you're running under Vagrant, you'll have to do another vagrant ssh in a different shell to quit it, obviously ;)

from how-to-make-a-computer-operating-system.

overvenus avatar overvenus commented on June 14, 2024

@ChiakiLee
My customized qemu has the same problem, and here is my solution qemu [some args] -monitor telnet:127.0.0.1:1234,server,nowait, then telnet 127.0.0.1 1234. It works prefectly! see more:http://stackoverflow.com/a/15768100/3920448

from how-to-make-a-computer-operating-system.

attarzad avatar attarzad commented on June 14, 2024

^^^THIS
If you're SSH'd into Virtual box and running Qemu via terminal ... CRTL + A....dont touch...then X.

from how-to-make-a-computer-operating-system.

JerryJi0414 avatar JerryJi0414 commented on June 14, 2024

Press Ctrl + a, LEAVE IT!!!!! and then press X, many thx to @abhinand4858 for the answer!

from how-to-make-a-computer-operating-system.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.