Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
502 6161 d 1 h heavyiron /programs/ Bugfix of 485 revision  
491 6163 d 17 h Lrz /programs/develop/examples/editbox/trunk/ modify example  
485 6167 d 10 h heavyiron / *kernel - fixes in 15.2 by Mario79 and 67 by mike.dld
updated sysfunc.txt
*programs
new icons and logo for CPUID and ICON
added new version of @ICON and ICONMNGR
fixes in iconedit and calendar from DedOK
new algoritm of fill background in pic4
all apps (fasm-writen only) rewriten to use common macros.inc for easy recompile in fastcall mode (there is a bug in https; run need rewrite to use common macros.inc)
small fixes in build_all.bat script
 
483 6167 d 20 h Lrz /programs/develop/examples/editbox/trunk/ modify macros and optimization  
477 6170 d 11 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
 
468 6187 d 20 h Lrz /programs/develop/examples/editbox/trunk/ Modify macros and add History, FAQ.txt  
463 6194 d 16 h Lrz /programs/develop/examples/editbox/trunk/ fixed bug  
461 6194 d 17 h Lrz /programs/develop/examples/editbox/trunk/ rewrite editbox, modify mouse function, modify key function  
449 6203 d 17 h Lrz /programs/develop/examples/editbox/trunk/ modification event handler mouse  
446 6205 d 12 h Lrz /programs/develop/examples/editbox/trunk/ fixed bug  
439 6208 d 18 h Lrz /programs/develop/examples/editbox/trunk/ mouse dicsharge array  
410 6228 d 12 h diamond /programs/develop/mtdbg/ mtdbg knows about syscall and sysenter  
404 6229 d 13 h Lrz /programs/develop/examples/editbox/trunk/ upgrade add mouse+shift  
403 6229 d 15 h Lrz /programs/develop/examples/editbox/trunk/ upgrade  
402 6229 d 18 h Lrz /programs/develop/examples/editbox/trunk/ upgrade editbox  
398 6231 d 10 h Ghost /programs/develop/fast_call_test/ Fast call demo program update  
396 6231 d 15 h Lrz /programs/develop/examples/editbox/trunk/ upgrade editbox 07.03.2007  
391 6232 d 10 h Lrz /programs/develop/examples/editbox/trunk/ upgrade editbox  
383 6237 d 1 h heavyiron /programs/develop/examples/ removed old optionbox, very small fixes in radiobutton, checkbox, modified template  
376 6240 d 12 h serge /programs/ updated soundlib, DOOM, ac97snd  

Show All