forked from KolibriOS/kolibrios
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:
@@ -1,4 +1,4 @@
|
|||||||
You should really be using the kpack program instead of kerpack.
|
You should really be using the kpack program instead of kerpack.
|
||||||
It also builds nicely on Linux.
|
It also builds nicely on Linux.
|
||||||
|
|
||||||
kpack can be found in $SVN/programs/other/kpack
|
kpack can be found in programs/other/kpack
|
@@ -1,3 +1,6 @@
|
|||||||
|
; SPDX-License-Identifier: NOASSERTION
|
||||||
|
;
|
||||||
|
|
||||||
; Kolibri kernel packer
|
; Kolibri kernel packer
|
||||||
; (C) copyright diamond 2006, 2007
|
; (C) copyright diamond 2006, 2007
|
||||||
;
|
;
|
||||||
@@ -31,7 +34,7 @@ use32
|
|||||||
dd 0 ;params
|
dd 0 ;params
|
||||||
dd 0 ;cur_dir_path
|
dd 0 ;cur_dir_path
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
include '../../../../macros.inc'
|
include '../../../macros.inc'
|
||||||
; do not touch "purge mov"!!!
|
; do not touch "purge mov"!!!
|
||||||
purge mov ; for the correct patch of loader
|
purge mov ; for the correct patch of loader
|
||||||
; do not touch "purge mov"!!!
|
; do not touch "purge mov"!!!
|
Reference in New Issue
Block a user