Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
805 5783 d 2 h Lrz /programs/ add library and example on C--  
/programs/develop/box_lib
/programs/develop/box_lib/C--
/programs/develop/box_lib/C--/lib
/programs/develop/box_lib/C--/trunk
/programs/develop/box_lib/trunk
/programs/develop/fast_call_test/MACROS.INC
/programs/fs/kfar/trunk/build_ru.bat
477 6198 d 0 h Ghost / Fast calls
* multi thread program support
* MSR protect
* fast_call_test update
---------------------------
old code:
int 0x40

code for Intel SYSENTER:
push ebp
mov ebp, esp
push ..ret_point
sysenter
..ret_point:
pop edx
pop ecx

code for AMD SYSCALL:
push ecx
syscall
pop ecx

recommendation: use mcall from macros.inc
 
/programs/system/pcidev/trunk/build.bat
/programs/system/pcidev/trunk/build_en.bat
/programs/system/pcidev/trunk/build_ge.bat
/kernel/trunk/core/syscall.inc
/kernel/trunk/kernel.asm
/programs/develop/fast_call_test/MACROS.INC
/programs/develop/fast_call_test/test.ASM
398 6258 d 23 h Ghost /programs/develop/fast_call_test/ Fast call demo program update  
/programs/develop/fast_call_test/test.ASM
375 6268 d 23 h Ghost / Fast System Call
Currently it only for kernel developing
See : http://meos.sysbin.com/viewtopic.php?t=662
 
/programs/develop/fast_call_test
/programs/develop/fast_call_test/MACROS.INC
/programs/develop/fast_call_test/debug.inc
/programs/develop/fast_call_test/test.ASM
/kernel/trunk/boot/bootcode.inc
/kernel/trunk/const.inc
/kernel/trunk/core/syscall.inc
/kernel/trunk/kernel.asm