이 튜토리얼을 보고 있어요https://www.youtube.com/watch?v=awik6Iittu4맞춤형 Linux 운영 체제 구축에 대해 알아보세요. 문제는 내가 이 작업을 수행할 때 qemu-system-x86_64 -hda image
다음과 같은 결과가 나온다는 것 입니다.
그런 다음 루프에서 즉시 다시 시작됩니다. 내가 뭘 잘못했나요? 튜토리얼이 오래됐나요? 저는 커널의 한 줄도 수정하지 않았으며 튜토리얼에서 수행한 작업만 수행했습니다.
저는 VMware의 Ubuntu x64 시스템에서 이 작업을 수행했습니다. 제 기본 시스템은 Windows 10입니다. 내가 뭘 한거지:
1 - sudo apt install build-essential musl-tools grub-pc-bin
2 - git clone https://github.com/MichielDerhaeg/build-linux
3 - cd build-linux/ (where the git cloned)
4 - git submodule init && git submodule update
5 - make -j4 image
6 - i said the command above