Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
Faster boot
  • Loading branch information
felipenlunkes committed Feb 17, 2023
1 parent 54a8a31 commit e1875e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HBoot/hboot.s
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ MEMORIA_MINIMA = 31744 ;; Memória mínima necessária para boot
;; Constantes utilizadas para alterações de parâmetros de boot

FATOR_TEMPO = 10000 ;; Contagem de décimos de segundo
CICLOS_PARAMETROS_INICIACAO = 30 ;; Contagem de tempo = valor x 1 décimo de segundo
CICLOS_PARAMETROS_INICIACAO = 20 ;; Contagem de tempo = valor x 1 décimo de segundo

;; Scancode de teclas do teclado

Expand Down
2 changes: 1 addition & 1 deletion HBoot/versao.asm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

;; Versão do HBoot

versaoHBoot equ "0.7"
versaoHBoot equ "0.7.1"
verProtocolo equ "H2-CURRENT"
arquiteturaHBoot equ 01h
verHBoot equ 00h
Expand Down

0 comments on commit e1875e8

Please sign in to comment.