forked from KolibriOS/kolibrios
31a1418c99
1) Reducing the consumption of RAM, 4 KB instead of 32 KB. 2) Output to BOARD information about running applications. 3) Cleaning of the source code. notice: Only 2 KB of memory for AUTORUN.DAT - be careful! git-svn-id: svn://kolibrios.org@4602 a494cfbc-eb01-0410-851d-a64ba20cac60
6 lines
115 B
Batchfile
6 lines
115 B
Batchfile
@erase lang.inc
|
|
@echo lang fix en >lang.inc
|
|
@fasm launcher.asm launcher
|
|
@kpack launcher
|
|
@erase lang.inc
|
|
@pause |