Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
9020 rgimad 1
#!/bin/sh
2
KERPACK=/home/programist/KOS_SVN/programs/other/kpack/kerpack_linux/kerpack
3
KOLIBRI_IMG=kolibri_test2.img
4
 
5
echo 'lang fix en' > lang.inc
6
fasm -m 65536 bootbios.asm bootbios.bin
7
fasm -m 65536 kernel.asm kernel.mnt
8
$KERPACK kernel.mnt kernel.mnt
9
mcopy -D o -i $KOLIBRI_IMG kernel.mnt ::kernel.mnt
9130 rgimad 10
cp $KOLIBRI_IMG kolibri.img