Skip to content

Commit 041bfa3

Browse files
actualizacion de load compatible con uefi ok
1 parent 2e39592 commit 041bfa3

7 files changed

Lines changed: 2 additions & 2 deletions

File tree

asm/tsl.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ section .text
5151

5252
TSL_BASE_ADDRESS equ 0x8000
5353

54-
db "inifede"
54+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;db "inifede"
5555

5656
start64:
5757
mov al, [STEP_MODE_FLAG]
@@ -1146,7 +1146,7 @@ clear_regs:
11461146
section .data
11471147

11481148
;; Some additional system vars.
1149-
db "probando"
1149+
;;db "probando"
11501150
STEP_MODE_FLAG: db 1 ;; Lo activa presionar 's' al booteo. Este byte es f
11511151
;; orwardeado desde uefi.asm hacia aqui porque se ut
11521152
;; iliza en ambos lugares y la inicializacion se hac

build/tsl.sys

-16 Bytes
Binary file not shown.

elf/tsl_hi.elf

-32 Bytes
Binary file not shown.

elf/tsl_lo.elf

-16 Bytes
Binary file not shown.

obj/tsl.o

-32 Bytes
Binary file not shown.

out/BOOTX64.EFI

0 Bytes
Binary file not shown.

out/payload.sys

-16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)