kolibrios/programs/develop
Iliya Mihailov (Ghost) 2432006d40 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

git-svn-id: svn://kolibrios.org@477 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-05-07 12:54:32 +00:00
..
cmd/trunk
examples Modify macros and add History, FAQ.txt 2007-04-20 04:19:47 +00:00
fasm/trunk
fast_call_test Fast calls 2007-05-07 12:54:32 +00:00
h2d2b/trunk
heed/trunk
hexview/trunk
keyascii/trunk
metcc/trunk
mtdbg mtdbg knows about syscall and sysenter 2007-03-10 11:27:17 +00:00
open watcom/trunk/clib
param/trunk
scancode/trunk
sdk/trunk/sound
tinypad/trunk