Subversion Repositories Kolibri OS

Rev

Rev 1153 | Rev 1168 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1153 Rev 1154
Line 54... Line 54...
54
;;
54
;;
55
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
55
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 56... Line 56...
56
 
56
 
Line 57... Line 57...
57
include 'macros.inc'
57
include 'macros.inc'
Line 58... Line 58...
58
 
58
 
Line 59... Line 59...
59
$Revision: 1153 $
59
$Revision: 1154 $
Line 552... Line 552...
552
        mov    [mem_BACKGROUND], 4
552
        mov    [mem_BACKGROUND], 4
553
        mov [img_background], static_background_data
553
        mov [img_background], static_background_data
Line 554... Line 554...
554
 
554
 
Line -... Line 555...
-
 
555
        mov     [SLOT_BASE + 256 + APPDATA.dir_table], sys_pgdir - OS_BASE
-
 
556
 
-
 
557
        stdcall kernel_alloc, 0x10000/8
-
 
558
        mov     edi, eax
-
 
559
        mov     [network_free_ports], eax
-
 
560
        or      eax, -1
-
 
561
        mov     ecx, 0x10000/32
555
        mov     [SLOT_BASE + 256 + APPDATA.dir_table], sys_pgdir - OS_BASE
562
        rep     stosd
Line 556... Line 563...
556
 
563
 
Line 557... Line 564...
557
; REDIRECT ALL IRQ'S TO INT'S 0x20-0x2f
564
; REDIRECT ALL IRQ'S TO INT'S 0x20-0x2f