Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
6196 2989 d 16 h leency /programs/ system_colors: global rename and change meaning of "grab_button" to "work_3d_dark", and "grab_button_text" to "work_3d_light", the legacy of new_sys_colors table  
/programs/demos/life/trunk/macros.inc
/programs/develop/SPForth/MACROS.INC
/programs/develop/fast_call_test/macros.inc
/programs/develop/ktcc/trunk/libc/start/macros.inc
/programs/develop/scc/MACROS.INC
/programs/develop/sdk/trunk/pixlib/demo1.asm
/programs/develop/sdk/trunk/pixlib/demo2.asm
/programs/develop/sdk/trunk/pixlib/demo3.asm
/programs/develop/tinypy/tinypy/fasm_modules/macros.inc
/programs/emulator/PrMK/trunk/macros.inc
/programs/fs/fspeed/udata.inc
/programs/fs/opendial/opendial.asm
/programs/games/bnc/trunk/macros.inc
/programs/games/flood-it/trunk/lib/kolibri.h
/programs/games/megamaze/trunk/macros.inc
/programs/games/rsquare/trunk/MACROS.INC
/programs/games/soko/trunk/MACROS.INC
/programs/games/sq_game/trunk/MACROS.INC
/programs/macros.inc
/programs/media/scrshoot/scrshoot.mac
/programs/other/Timer/Timer.asm
/programs/system/RunOD/RunOD.asm
/programs/system/cd_tray/MACROS.INC
/programs/system/launch/trunk/macros.inc
/programs/system/pcidev/branches/new_api/macros.inc
/programs/system/skincfg/trunk/udata.inc
3013 4178 d 18 h dunkaist /programs/ place debug.inc in /programs
delete all the other debug.inc files
correct some programs to use common debug.inc
 
/programs/debug.inc
/programs/develop/fast_call_test/macros.inc
/programs/games/megamaze/trunk/gif_lite.inc
/programs/games/megamaze/trunk/macros.inc
/programs/games/megamaze/trunk/tam.inc
/programs/network/icq/trunk/cmdipc.inc
/programs/network/icq/trunk/editbox.inc
/programs/develop/fast_call_test/MACROS.INC
/programs/develop/fast_call_test/debug.inc
/programs/games/megamaze/trunk/GIF_LITE.INC
/programs/games/megamaze/trunk/MACROS.INC
/programs/games/megamaze/trunk/debug.inc
/programs/games/megamaze/trunk/tam.INC
/programs/media/gifview/trunk/debug.inc
/programs/media/midamp/trunk/debug.inc
/programs/network/downloader/trunk/debug.inc
/programs/network/icq/trunk/CMDIPC.INC
/programs/network/icq/trunk/EDITBOX.INC
/programs/network/icq/trunk/debug.inc
/programs/other/debug.inc
/programs/system/board/trunk/debug.inc
/programs/system/cropflat/debug.inc
/programs/system/icon/trunk/debug.inc
/programs/system/menu/trunk/debug.inc
/programs/system/panel/trunk/debug.inc
/programs/develop/fast_call_test/test.ASM
/programs/games/megamaze/trunk/megamaze.asm
/programs/media/midamp/trunk/midamp.asm
/programs/network/downloader/trunk/downloader.asm
/programs/network/icq/trunk/ki.asm
/programs/network/icq/trunk/lang.inc
/programs/other/archer/trunk/@RCHER.ASM
/programs/other/archer/trunk/data.inc
/programs/other/archer/trunk/deflate.inc
/programs/other/archer/trunk/parser.inc
/programs/other/fft/FHT4A.asm
/programs/other/rtfread/trunk/rtfread.asm
/programs/system/board/trunk/board.asm
/programs/system/cropflat/cropflat.asm
/programs/system/icon/trunk/icon.asm
/programs/system/menu/trunk/menu.asm
/programs/system/panel/trunk/@PANEL.ASM
805 5776 d 16 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 6191 d 14 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
375 6262 d 13 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