Subversion Repositories Kolibri OS

Rev

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

Rev 379 Rev 412
Line 70... Line 70...
70
SOCKET_INTERFACE     equ   53
70
SOCKET_INTERFACE     equ   53
Line 71... Line 71...
71
 
71
 
72
 
72
 
73
; 128KB allocated for the stack and network driver buffers and other
73
; 128KB allocated for the stack and network driver buffers and other
74
; data requirements
74
; data requirements
75
stack_data_start     equ   0x700000
75
;stack_data_start     equ   0x700000
76
eth_data_start	     equ   0x700000
76
;eth_data_start       equ   0x700000
Line 77... Line 77...
77
stack_data	     equ   0x704000
77
;stack_data           equ   0x704000
78
stack_data_end	     equ   0x71ffff
78
;stack_data_end       equ   0x71ffff
Line 79... Line 79...
79
 
79
 
Line 121... Line 121...
121
;resendBuffer         equ    resendQ + ( 4 * NUMRESENDENTRIES ) ; for TCP
121
;resendBuffer         equ    resendQ + ( 4 * NUMRESENDENTRIES ) ; for TCP
122
;                    equ    resendBuffer + ( IPBUFFSIZE * NUMRESENDENTRIES )
122
;                    equ    resendBuffer + ( IPBUFFSIZE * NUMRESENDENTRIES )
Line 123... Line 123...
123
 
123
 
124
 
124
 
Line 125... Line 125...
125
 
125
 
126
resendQ 	    equ     0x770000
126
;resendQ             equ     0x770000