Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 1717 → Rev 1718

/programs/other/kpack/linux/build.sh
0,0 → 1,12
#!/bin/bash
# This script does for linux the same as build.bat for DOS,
# it compiles the KoOS kernel, hopefully ;-)
 
fasm -m 16384 kpack.asm kpack.o
gcc -s -nostdlib kpack.o -o kpack -lc
strip -R .comment -R .gnu.version kpack
exit 0
 
 
 
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property