Ver código fonte

add more comments in toy.S

main
yuchen 10 anos atrás
pai
commit
e2a6da26b1
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      related_info/lab1/toybootloader/toy.S

+ 2
- 2
related_info/lab1/toybootloader/toy.S Ver arquivo

@ -26,5 +26,5 @@ dispstr:
int $0x10 /* BIOS提供的int服务0x10的0x13功能 */
ret
.org 0x1fe, 0x90
.word 0xaa55
.org 0x1fe, 0x90 /* 0x1fe=510ret后的位置开始510/0x90 */
.word 0xaa55 /* */

Carregando…
Cancelar
Salvar