Show
Ignore:
Timestamp:
05/20/10 16:05:25 (2 years ago)
Author:
mwhitworth
Message:

Add to TCP/IP stack.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/netchannel/arch/i386/kernel/idtstubs.S

    r559 r2085  
    217217int $0x30 
    218218endi386ExitThread: 
     219 
     220.globl i386RetFromEvent 
     221.globl endi386RetFromEvent 
     222 
     223i386RetFromEvent: 
     224mov $64, %eax /* SysEventReturn syscall number */ 
     225xor %ecx, %ecx 
     226lea (%esp), %edx 
     227int $0x30 
     228endi386RetFromEvent: