moved map file output to build
moved output of builds to build/output updated gitea action
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
[CPU KATMAI]
|
||||
[WARNING -reloc-abs-byte]
|
||||
[WARNING -reloc-abs-word] ; Yes, we use absolute addresses. surpress these warnings.
|
||||
[map all mbr.map]
|
||||
[map all build/mbr.map]
|
||||
%define __STEVIA_MBR
|
||||
jmp short (init - $$)
|
||||
nop
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
[BITS 16]
|
||||
[ORG 0x0500] ; IF YOU CHANGE ORG CHANGE THE SIGN OFFSET AT THE END
|
||||
[CPU KATMAI]
|
||||
[map all stage2.map]
|
||||
[map all build/stage2.map]
|
||||
[WARNING -reloc-abs-byte]
|
||||
[WARNING -reloc-abs-word]
|
||||
[WARNING -reloc-abs-dword] ; Yes, we use absolute addresses. surpress these warnings.
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
[CPU KATMAI]
|
||||
[WARNING -reloc-abs-byte]
|
||||
[WARNING -reloc-abs-word]
|
||||
[map all vbr.map] ; Yes, we use absolute addresses. surpress these warnings.
|
||||
[map all build/vbr.map] ; Yes, we use absolute addresses. surpress these warnings.
|
||||
%define __STEVIA_VBR
|
||||
section .text
|
||||
__ENTRY:
|
||||
|
||||
Reference in New Issue
Block a user