Subversion Repositories Kolibri OS

Rev

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

Rev 2931 Rev 2960
Line 19... Line 19...
19
;;          GNU GENERAL PUBLIC LICENSE                             ;;
19
;;          GNU GENERAL PUBLIC LICENSE                             ;;
20
;;             Version 2, June 1991                                ;;
20
;;             Version 2, June 1991                                ;;
21
;;                                                                 ;;
21
;;                                                                 ;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 23... Line 23...
23
 
23
 
Line 24... Line 24...
24
$Revision: 2931 $
24
$Revision: 2960 $
25
 
25
 
Line 26... Line 26...
26
__DEBUG_LEVEL_OLD__     equ __DEBUG_LEVEL__     ; use seperate debug level for network part of kernel
26
__DEBUG_LEVEL_OLD__     equ __DEBUG_LEVEL__     ; use seperate debug level for network part of kernel
Line 219... Line 219...
219
        xor     eax, eax
219
        xor     eax, eax
220
        mov     edi, NET_RUNNING
220
        mov     edi, NET_RUNNING
221
        mov     ecx, (MAX_NET_DEVICES + 2)
221
        mov     ecx, (MAX_NET_DEVICES + 2)
222
        rep     stosd
222
        rep     stosd
Line 223... Line 223...
223
 
223
 
Line 224... Line 224...
224
;        PPPOE_init
224
        PPPoE_init
225
 
225
 
226
        IPv4_init
226
        IPv4_init
Line 588... Line 588...
588
 
588
 
589
 
589
 
590
 
590
 
591
;----------------------------------------------------------------
591
;----------------------------------------------------------------
592
;
592
;
593
;  System function to work with network devices (73)
593
;  System function to work with network devices (76)
594
;
594
;