Subversion Repositories Kolibri OS

Rev

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

Rev 3562 Rev 3618
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                                 ;;
2
;;                                                                 ;;
3
;; Copyright (C) KolibriOS team 2012. All rights reserved.         ;;
3
;; Copyright (C) KolibriOS team 2010-2013. All rights reserved.    ;;
4
;; Distributed under terms of the GNU General Public License       ;;
4
;; Distributed under terms of the GNU General Public License       ;;
5
;;                                                                 ;;
5
;;                                                                 ;;
6
;;  pppoe.asm - PPPoE dialer for KolibriOS                         ;;
6
;;  pppoe.asm - PPPoe dialer for KolibriOS                         ;;
7
;;                                                                 ;;
7
;;                                                                 ;;
8
;;  Written by hidnplayr@kolibrios.org                             ;;
8
;;  Written by hidnplayr@kolibrios.org                             ;;
9
;;                                                                 ;;
9
;;                                                                 ;;
10
;;          GNU GENERAL PUBLIC LICENSE                             ;;
10
;;          GNU GENERAL PUBLIC LICENSE                             ;;
11
;;             Version 2, June 1991                                ;;
11
;;             Version 2, June 1991                                ;;
Line 23... Line 23...
23
        dd      mem             ; required memory
23
        dd      mem             ; required memory
24
        dd      mem             ; stack pointer
24
        dd      mem             ; stack pointer
25
        dd      0               ; parameters
25
        dd      0               ; parameters
26
        dd      0               ; path
26
        dd      0               ; path
Line 27... Line 27...
27
 
27
 
28
include '../macros.inc'
28
include '../../macros.inc'
29
purge mov,add,sub
29
purge mov,add,sub
30
include '../proc32.inc'
30
include '../../proc32.inc'
31
include '../dll.inc'
31
include '../../dll.inc'
32
include '../network.inc'
32
include '../../network.inc'
Line 33... Line 33...
33
include '../struct.inc'
33
include '../../struct.inc'
34
 
34
 
35
; Ethernet protocol numbers
35
; Ethernet protocol numbers