Skip to content

Commit 86311a2

Browse files
agrega start16 a ld script
1 parent 31b798e commit 86311a2

7 files changed

Lines changed: 2 additions & 1 deletion

File tree

asm/tsl_start.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
;; tsl_ap.asm
2626
extern bootmode_branch
27-
extern testeoJump
27+
extern testeoJump
2828

2929
;; 1 pagina reservada en 0x8000 para booteo en 16 bits de los ap. Terminado ese
3030
;; codigo, se salta a 0x800000.

build/tsl.sys

13.8 KB
Binary file not shown.

elf/tsl_hi.elf

35.1 KB
Binary file not shown.

elf/tsl_lo.elf

48.9 KB
Binary file not shown.

ldScript/tsl.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ SECTIONS
44
code_lo_start_reloc = 0x8000;
55
code_lo_start_load = 0x0000;
66
.text_low code_lo_start_reloc : AT (code_lo_start_load) {
7+
./obj/start16.o (.text)
78
./obj/tsl_start.o (.text)
89
./obj/tsl_ap.o (.text)
910
}

out/BOOTX64.EFI

1 MB
Binary file not shown.

out/payload.sys

63.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)