This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* ************************************************** | |
* mouseHandler: | |
* Handler de mouse. | |
* | |
* *Importante: | |
* Se estamos aqui é porque os dados disponíveis no controlador 8042 | |
* pertencem ao mouse. | |
* @todo: Essa rotina não pertence ao line discipline. | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bits 16 | |
jmp 0x7c0:_start | |
hello_world: | |
db `hello, world!\n\0` | |
align 4,db 0 | |
_gdt_desc: | |
dw _gdt_end - _gdt - 1 |