forked from KolibriOS/kolibrios
Hex Editor v0.15
Staper: 1) Use Box_lib 2) Many improvements to the design and functionality Mario: 1) Use OpenDialog 2) Small code optimization. git-svn-id: svn://kolibrios.org@1429 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
ca11e25dff
commit
34d56f0e98
14
programs/develop/heed/trunk/build.sh
Executable file
14
programs/develop/heed/trunk/build.sh
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
# This script does for linux the same as build.bat for DOS,
|
||||
# it compiles the KoOS kernel, hopefully ;-)
|
||||
|
||||
echo "lang fix en"
|
||||
echo "lang fix en" > lang.inc
|
||||
mkdir bin
|
||||
fasm -m 16384 heed.asm ./bin/heed
|
||||
rm -f lang.inc
|
||||
exit 0
|
||||
|
||||
|
||||
|
||||
|
BIN
programs/develop/heed/trunk/cp1251-8x16
Normal file
BIN
programs/develop/heed/trunk/cp1251-8x16
Normal file
Binary file not shown.
BIN
programs/develop/heed/trunk/cp866-8x16
Normal file
BIN
programs/develop/heed/trunk/cp866-8x16
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
programs/develop/heed/trunk/koi8-r-8x16
Normal file
BIN
programs/develop/heed/trunk/koi8-r-8x16
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user