Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1678 art_zh 1
#!/bin/bash
2
# This is a simplified script to compile Kolibri-A kernel
3
# please place *fasm program to the topmost KOS directory
4
# and create an empty /bin folder there before run this script
5
 
6
	../../../../../fasm -m 65536 kernel.asm ../../../../../bin/kernel.mnt
7
	exit 0
8