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:
Marat Zakiyanov (Mario79) 2010-03-08 17:57:35 +00:00
parent ca11e25dff
commit 34d56f0e98
5 changed files with 3447 additions and 1342 deletions

View 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

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.