Show
Ignore:
Timestamp:
05/24/10 09:21:47 (2 years ago)
Author:
mwhitworth
Message:

Add to SIB etc.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/arch/i386/kernel/sys.c

    r1840 r2087  
    4747        /* Copy the exit code over to a user accessable page of memory. */ 
    4848        VirtMemMapPage(SYSCALL_STUB_ADDR, PageAlloc()->physAddr, PAGE_PRESENT | PAGE_USER); 
     49                 
    4950        memcpy((void*)SYSCALL_STUB_ADDR, intAddr, intEndAddr - intAddr); 
    5051