Subversion Repositories Kolibri OS

Rev

Rev 3288 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3288 esevece 1
#!/bin/bash
2
# This script does for linux the same as build.bat for DOS,
3
# it compiles the KoOS kernel, hopefully ;-)
4
 
5
	echo "lang fix sp"
6
	echo "lang fix sp" > lang.inc
6169 leency 7
	fasm -m 16384 skincfg.asm skincfg
3288 esevece 8
	rm -f lang.inc
9
	exit 0
10