nographic 옵션으로 실행된 QEMU를 종료하는 방법은 다음 링크에 나와있다.
https://superuser.com/questions/1087859/how-to-quit-the-qemu-monitor-when-not-using-a-gui
How to quit the QEMU monitor when not using a GUI?
I'm running QEMU on Linux without GUI. After running starting my custom kernel with QEMU, I can't kill and return to host by pressing Ctrl+C. Is there any way to get back to host OS?
superuser.com
1. QEMU가 실행된 terminal 창에서 Ctrl + A 를 누른다.
2. 손을 뗀다
3. x 를 누른다.
이렇게 하면 아래처럼 kill 된다.
'Study(complete) > 임베디드 OS 개발 프로젝트' 카테고리의 다른 글
완료 (2) | 2020.01.09 |
---|---|
p.53 main.c 빌드 error (0) | 2020.01.08 |
p.21 arm-none-eabi-gdb 설치 에러 (2) | 2020.01.07 |
p.17 어셈블리어 소스 파일 컴파일 warning (0) | 2020.01.07 |
임베디드 OS 만들기 시작~! (0) | 2020.01.07 |