소스 검색

Merge pull request #33 from ariisboss/patch-1

Update README.md with SDL error issue
Carlos Fenollosa 7 년 전
부모
커밋
5b88226edf
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      01-bootsector-barebones/README.md

+ 2 - 0
01-bootsector-barebones/README.md

@@ -55,6 +55,8 @@ I know you're anxious to try it out (I am!), so let's do it:
 
 `qemu boot_sect_simple.bin`
 
+> On some systems, you may have to run `qemu-system-x86_64 boot_sect_simple.bin` If this gives an SDL error, try passing the --nographic and/or --curses flag(s).
+
 You will see a window open which says "Booting from Hard Disk..." and
 nothing else. When was the last time you were so excited to see an infinite
 loop? ;-)