Subversion Repositories Kolibri OS

Rev

Rev 864 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 864 Rev 887
Line 509... Line 509...
509
align 4
509
align 4
510
proc create_primary_buff
510
proc create_primary_buff
Line 511... Line 511...
511
 
511
 
512
           mov ecx, 0x10000
512
           mov ecx, 0x10000
513
           mov edx, PG_SW
513
           mov edx, PG_SW
514
           call HeapAlloc
514
           call MemAlloc
Line 515... Line 515...
515
           mov [ctrl.buffer], eax
515
           mov [ctrl.buffer], eax
516
 
516
 
517
	   mov edi, eax
517
	   mov edi, eax