Ver a proveniência

add more comments in toy.S

main
yuchen há 9 anos
ascendente
cometimento
e2a6da26b1
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      related_info/lab1/toybootloader/toy.S

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

@ -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
Guardar