Bugfix of 485 revision

git-svn-id: svn://kolibrios.org@502 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
heavyiron
2007-05-16 23:02:17 +00:00
parent 59eaa9f2bd
commit 5d1134a0a8
13 changed files with 45 additions and 648 deletions

View File

@@ -26,7 +26,7 @@ use32
dd START ; program start
dd I_END ; program image size
dd 0x400000 ; required amount of memory
dd 0x400000
dd 0x20000
dd 0,0 ; reserved=no extended header
include "..\..\..\MACROS.INC"
@@ -1158,7 +1158,6 @@ draw_data:
mov ecx,0x000000
mov edx,text
mov esi,35
mov eax,13
newline:
pusha
cmp ebx,25*65536+61
@@ -1172,6 +1171,7 @@ draw_data:
shl ecx,16
mov cx,9
mov edx,0xffffff
mov eax,13
mcall
now:
popa