Subversion Repositories Kolibri OS

Rev

Rev 3265 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3265 Rev 3269
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# This script does for linux the same as build.bat for DOS,
2
# This script does for linux the same as build.bat for DOS,
3
# it compiles the KoOS kernel, hopefully ;-)
3
# it compiles the program, hopefully ;-)
Line 4... Line 4...
4
 
4
 
5
	echo "lang fix en"
5
	echo "lang fix en"
6
	echo "lang fix en" > lang.inc
6
	echo "lang fix en" > lang.inc
7
	fasm -m 16384 kfm.asm kfm
7
	fasm -m 16384 tinypad.asm tinypad
8
	kpack kfm
8
	kpack tinypad
9
	rm -f lang.inc
9
	rm -f lang.inc