Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
478 6197 d 11 h Ghost /programs/system/mgb/trunk/ MGB
* Fast calls source ready
 
477 6197 d 12 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
 
475 6200 d 10 h Ghost /programs/system/pcidev/trunk/ fixed
* Same little bugs
* Source code formating
* PCI version normalized 0210 -> 2.10
added
* + 13 vendor (total now 1000!)
* + 3 class type
* Fast call source ready
* Device IRQ detection
optimized
* ! size optimized (61025 -> 32501 see added)
* easy to add new vendor & class names
 
474 6202 d 12 h diamond /programs/ * KFar 0.32.
* smtps modified to use function 70 and standard header in function 0.
 
470 6210 d 16 h serge /programs/media/jpegview/trunk/ From Mario79: updated jpegview  
468 6214 d 20 h Lrz /programs/develop/examples/editbox/trunk/ Modify macros and add History, FAQ.txt  
463 6221 d 16 h Lrz /programs/develop/examples/editbox/trunk/ fixed bug  
461 6221 d 18 h Lrz /programs/develop/examples/editbox/trunk/ rewrite editbox, modify mouse function, modify key function  
460 6222 d 7 h diamond /programs/media/pic4/trunk/ fixed pic4 broken in r451 (e.g. 'BOOT' parameter handling  
452 6229 d 1 h heavyiron /programs/system/calendar/trunk/ Calendar from ДедОк with ability to change system time  
451 6229 d 23 h heavyiron /programs/ *Cpuid 2.19 - client-relative drawing, title with Fn0
*Pic4 - client-relative drawing, title with Fn0, system colors
*rdsave, run, scrshoot - fixes for current editbox
*vrr_m - fixed header
 
450 6230 d 14 h Ghost /programs/system/cpuid/trunk/ CPUID 2.18 by Wildwest  
449 6230 d 18 h Lrz /programs/develop/examples/editbox/trunk/ modification event handler mouse  
447 6232 d 12 h heavyiron /programs/system/board/trunk/ fixed board to work with 4096 Kb buffer (thanks to diamond), small optimizations and fixes  
446 6232 d 13 h Lrz /programs/develop/examples/editbox/trunk/ fixed bug  
443 6235 d 11 h diamond /programs/system/panel/trunk/ @panel: support for Alt+Tab/Alt+Shift+Tab  
439 6235 d 19 h Lrz /programs/develop/examples/editbox/trunk/ mouse dicsharge array  
437 6236 d 14 h diamond / * bootcode: revision string is now calculated at compile-time
* taskman.inc: do not add '@' to thread names
* @panel: do not draw undefined (zero-sized) windows
* rd.inc: corrected folder creation
 
423 6245 d 6 h heavyiron /programs/system/icon/trunk/ Icons from Leency  
411 6255 d 10 h heavyiron /programs/system/icon/trunk/ Fixed very old (since Kolibri4) mistake in ICON drawing: now it is faster without black button blinking. Some optimizations.  
410 6255 d 13 h diamond /programs/develop/mtdbg/ mtdbg knows about syscall and sysenter  
409 6255 d 21 h heavyiron /programs/system/icon/trunk/ *Correct terminating of icons when applying changes
*SPraid forgot to add one "mov eax,70" - fixed
 
408 6256 d 10 h halyavin /programs/system/icon/trunk/ ICON rewritten to 70 function (by SPraid).  
404 6256 d 13 h Lrz /programs/develop/examples/editbox/trunk/ upgrade add mouse+shift  
403 6256 d 16 h Lrz /programs/develop/examples/editbox/trunk/ upgrade  
402 6256 d 18 h Lrz /programs/develop/examples/editbox/trunk/ upgrade editbox  
398 6258 d 10 h Ghost /programs/develop/fast_call_test/ Fast call demo program update  
396 6258 d 16 h Lrz /programs/develop/examples/editbox/trunk/ upgrade editbox 07.03.2007  
391 6259 d 11 h Lrz /programs/develop/examples/editbox/trunk/ upgrade editbox  
386 6261 d 5 h mikedld /programs/system/mgb/ Added MGB 0.3 (disassembled and modified by me)  
383 6264 d 2 h heavyiron /programs/develop/examples/ removed old optionbox, very small fixes in radiobutton, checkbox, modified template  
382 6264 d 2 h heavyiron /programs/other/calc/trunk/ calc 1.32 - fixed arccos  
376 6267 d 12 h serge /programs/ updated soundlib, DOOM, ac97snd  
375 6268 d 10 h Ghost / Fast System Call
Currently it only for kernel developing
See : http://meos.sysbin.com/viewtopic.php?t=662
 
374 6268 d 15 h serge /programs/ DOOM alpha 4  
372 6271 d 16 h heavyiron /programs/ menu renamed to @menu, fixes in panel from 0.6.5.0  
371 6271 d 16 h heavyiron /programs/system/rdsave/trunk/ added default path for reserve saving (you can change it in rdsave.asm - path4 and recompile program)  
370 6271 d 16 h heavyiron /programs/develop/fasm/trunk/ fasm 1.67.21  
368 6271 d 18 h serge /programs/develop/sdk/trunk/sound/ volume and pan control  
367 6272 d 15 h Lrz /programs/develop/examples/radiobutton/trunk/ upgrade radiobatton