Free3D version 0.5

1) PNG textures 128x128
2) using libraries cnv_png.obj and archiver.obj
3) using dinamically allocation of memory

git-svn-id: svn://kolibrios.org@1880 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2011-02-20 14:07:39 +00:00
parent 2118401afb
commit 8f38b2b58b
4 changed files with 1370 additions and 0 deletions

View File

@ -0,0 +1,3 @@
@fasm free3d.asm free3d
@kpack free3d
@pause

View File

@ -0,0 +1,11 @@
#!/bin/bash
# This script does for linux the same as build.bat for DOS,
# it compiles the KoOS kernel, hopefully ;-)
fasm -m 16384 free3d.asm free3d
kpack free3d
exit 0

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB