outdated/param: Post-SVN tidy
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 2m20s
Build system / Build (pull_request) Successful in 17m1s

- Move source code from `trunk` into root directory.
- Update build files and ASM include paths.
This commit is contained in:
2025-11-18 14:24:22 +00:00
parent 9fe19bb34f
commit 9f476a35ee
5 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
if tup.getconfig("NO_FASM") ~= "" then return end if tup.getconfig("NO_FASM") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../.." or tup.getconfig("HELPERDIR") HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_fasm.lua") tup.include(HELPERDIR .. "/use_fasm.lua")
add_include(tup.getvariantdir()) add_include(tup.getvariantdir())

View File

@@ -1,4 +1,4 @@
include "..\..\..\..\macros.inc" include "..\..\..\macros.inc"
initipc: initipc:
mov eax,9 mov eax,9
@@ -218,4 +218,3 @@ stripc: times 84 db 0
fill_symbol db 0 fill_symbol db 0
prc: times 52 db 0 prc: times 52 db 0