Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
1746 mario79 1
#!/bin/bash
2
# This script does for linux the same as build.bat for DOS,
3
# it compiles the KoOS kernel, hopefully ;-)
4
 
9450 leency 5
	fasm -m 16384 zeroline.asm zeroline
6
	kpack zeroline
1746 mario79 7
	exit 0
8