Subversion Repositories Kolibri OS

Rev

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

Rev 1325 Rev 2850
Line 18... Line 18...
18
    dd      I_END                   ; program image size
18
    dd      I_END                   ; program image size
19
    dd      0x170000                ; required amount of memory
19
    dd      0x170000                ; required amount of memory
20
    dd      0x16FFF0                ; esp = 0x16FFF0
20
    dd      0x16FFF0                ; esp = 0x16FFF0
21
    dd      0, 0                    ; no params, no path
21
    dd      0, 0                    ; no params, no path
Line 22... Line 22...
22
 
22
 
23
include 'macros.inc'
23
include '../../../macros.inc'
24
; Various states of client connection
24
; Various states of client connection
25
USER_NONE       equ 0   ; Awaiting a connection
25
USER_NONE       equ 0   ; Awaiting a connection
26
USER_CONNECTED  equ 1   ; User just connected, prompt given
26
USER_CONNECTED  equ 1   ; User just connected, prompt given
27
USER_USERNAME   equ 2   ; User given username
27
USER_USERNAME   equ 2   ; User given username