forked from KolibriOS/kolibrios
switch build system to Tup
git-svn-id: svn://kolibrios.org@5098 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||
tup.rule("crt0_coff.asm", "fasm %f %o", "crt0.o")
|
||||
@@ -7,6 +7,7 @@ public start
|
||||
EXTRN ___menuet__app_param_area
|
||||
EXTRN ___menuet__app_path_area
|
||||
EXTRN ___crt1_startup
|
||||
EXTRN ___memsize
|
||||
start:
|
||||
public ___menuet__app_header
|
||||
public ___menuet__memsize
|
||||
@@ -22,7 +23,7 @@ end if
|
||||
; dd _edata
|
||||
dd 0
|
||||
___menuet__memsize:
|
||||
dd 0x400000
|
||||
dd ___memsize
|
||||
dd app_stack
|
||||
dd ___menuet__app_param_area
|
||||
dd ___menuet__app_path_area
|
||||
@@ -54,5 +55,6 @@ _libc_null_call:
|
||||
end if
|
||||
|
||||
section '.bss' readable writeable
|
||||
rd 0x20000
|
||||
;rd 0x20000
|
||||
rb 0x10000
|
||||
app_stack:
|
||||
|
||||
Reference in New Issue
Block a user