kolibrios-fun/programs/other/outdated/kerpack/trunk/build.sh
Kirill Lipatov (Leency) 7dfe6ad257 other/outdated
git-svn-id: svn://kolibrios.org@3122 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-12-16 20:39:33 +00:00

14 lines
232 B
Bash

#!/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 kerpack.asm kerpack
rm -f lang.inc
exit 0