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 531... Line 531...
531
align 4
531
align 4
532
proc create_primary_buff
532
proc create_primary_buff
Line 533... Line 533...
533
 
533
 
534
           mov ecx, 0x10000
534
           mov ecx, 0x10000
535
           mov edx, PG_SW
535
           mov edx, PG_SW
536
           call HeapAlloc
536
           call MemAlloc
Line 537... Line 537...
537
	   mov [ctrl.buffer], eax
537
	   mov [ctrl.buffer], eax
538
 
538
 
539
	   mov edi, eax
539
	   mov edi, eax