Skip to content

Commit

Permalink
Merge pull request #15 from hexagonix/H2-dev
Browse files Browse the repository at this point in the history
Melhorias em comentários
  • Loading branch information
felipenlunkes authored Dec 12, 2022
2 parents af5d53b + 480b7b5 commit 4273d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HBoot/hboot.s
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
;; Segmentos de carregamento do HBoot e do Hexagon®

SEG_HBOOT equ 0x1000 ;; Segmento de carregamento de HBoot
SEG_KERNEL equ 0x50 ;; Segmento para carregar Kernel
SEG_KERNEL equ 0x50 ;; Segmento para carregar o Hexagon
SEG_DIAG equ 0x60 ;; Segmento para carregamento de imagens de diagnóstico

;; Dados de arquitetura a qual deve-se carregar o Hexagon®

ARQUITETURA = 01h ;; Arquitetura do HBoot e a qual se destina o Kernel
ARQUITETURA = 01h ;; Arquitetura do HBoot e a qual se destina o kernel

;; Tamanho do cabeçalho HAPP da imagem

Expand Down

0 comments on commit 4273d36

Please sign in to comment.