From 85e37b567634026071f45c4f6bdff1463c06ccd2 Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Mon, 29 Sep 2014 11:54:58 +0200 Subject: [PATCH] tty mode explained --- 02-bootsector-print/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-bootsector-print/README.md b/02-bootsector-print/README.md index 9b5d538..08dbf32 100644 --- a/02-bootsector-print/README.md +++ b/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