소스 검색

tty mode explained

Carlos Fenollosa 10 년 전
부모
커밋
85e37b5676
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      02-bootsector-print/README.md

+ 1 - 1
02-bootsector-print/README.md

@@ -10,7 +10,7 @@ into `ah` (the higher part of `ax`) and raise interrupt `0x10` which
 is a general interrupt for video services.
 
 `0x0e` on `ah` tells the video interrupt that the actual function
-we want to run is to 'write the contents of `al` in tty mode`.
+we want to run is to 'write the contents of `al` in tty mode'.
 
 We will set tty mode only once though in the real world we 
 cannot be sure that the contents of `ah` are constant. Some other