kolibrios-gitea/programs/system/ss/trunk/build.sh
Marat Zakiyanov (Mario79) af2042f7e8 interim audit for @SS N2
git-svn-id: svn://kolibrios.org@1746 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-01-18 22:02:28 +00:00

15 lines
235 B
Bash
Executable File

#!/bin/bash
# This script does for linux the same as build.bat for DOS,
# it compiles the KoOS kernel, hopefully ;-)
echo "lang fix en"
echo "lang fix en" > lang.inc
fasm -m 16384 @ss.asm @ss
kpack @ss
rm -f lang.inc
exit 0