outdated/kerpack: Post-SVN tidy

- Move source code from `trunk` into root directory.
- Checked build files and ASM include paths.
This commit is contained in:
2025-08-12 00:43:43 +01:00
parent b14f77c304
commit 7ccd4288f5
9 changed files with 421 additions and 418 deletions

View File

@@ -1,4 +1,4 @@
You should really be using the kpack program instead of kerpack.
It also builds nicely on Linux.
kpack can be found in $SVN/programs/other/kpack
kpack can be found in programs/other/kpack

View File

@@ -1,3 +1,6 @@
; SPDX-License-Identifier: NOASSERTION
;
; Kolibri kernel packer
; (C) copyright diamond 2006, 2007
;
@@ -31,7 +34,7 @@ use32
dd 0 ;params
dd 0 ;cur_dir_path
;---------------------------------------------------------------------
include '../../../../macros.inc'
include '../../../macros.inc'
; do not touch "purge mov"!!!
purge mov ; for the correct patch of loader
; do not touch "purge mov"!!!