mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
tty mode explained
This commit is contained in:
parent
94a6d7da27
commit
85e37b5676
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user