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
477 6206 d 9 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 6209 d 8 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
 
452 6237 d 22 h heavyiron /programs/system/calendar/trunk/ Calendar from ДедОк with ability to change system time  
451 6238 d 20 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 6239 d 12 h Ghost /programs/system/cpuid/trunk/ CPUID 2.18 by Wildwest  
447 6241 d 10 h heavyiron /programs/system/board/trunk/ fixed board to work with 4096 Kb buffer (thanks to diamond), small optimizations and fixes  
443 6244 d 9 h diamond /programs/system/panel/trunk/ @panel: support for Alt+Tab/Alt+Shift+Tab  
437 6245 d 12 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 6254 d 4 h heavyiron /programs/system/icon/trunk/ Icons from Leency  
411 6264 d 8 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.  
409 6264 d 18 h heavyiron /programs/system/icon/trunk/ *Correct terminating of icons when applying changes
*SPraid forgot to add one "mov eax,70" - fixed
 
408 6265 d 7 h halyavin /programs/system/icon/trunk/ ICON rewritten to 70 function (by SPraid).  
386 6270 d 3 h mikedld /programs/system/mgb/ Added MGB 0.3 (disassembled and modified by me)  
372 6280 d 13 h heavyiron /programs/ menu renamed to @menu, fixes in panel from 0.6.5.0  
371 6280 d 13 h heavyiron /programs/system/rdsave/trunk/ added default path for reserve saving (you can change it in rdsave.asm - path4 and recompile program)  
353 6286 d 20 h heavyiron /programs/ *added OptionBox
*temporary links to editbox and checkbox (..\..\..\develop\examples...) for rdsave, run, scrshoot
*optimised circle
 
349 6287 d 9 h Lrz /programs/system/run/trunk/ upgrade edit_box  
341 6290 d 17 h heavyiron / *new function 18/6 with LFN support from diamond 26.09.06 (see docs)
*new RDsave from me
*end - added button to run rdsave
*cpu - title with fn0
 
340 6290 d 21 h heavyiron / *aclock - fixed default size
*fasm updated to 1.67.20
*gmon, setup, calendar - now use fn0 to draw header
*cpu - fix build for "lang fix ru" (it is necessary for new build_all.bat)
*build_all.bat - small fixes and some more functions. Programs now sorting to folders as they are in image. Added ability to compress apps by kpack
*Info about new function 53/11 from hidnplayr in docs
 
320 6298 d 11 h Ghost /programs/system/cpuid/trunk/ Trying to fix MOS_UZEL.INC stuck  
319 6298 d 11 h mikedld /programs/system/cpuid/trunk/ Trying to fix MOS_UZEL.INC stuck  
318 6298 d 21 h heavyiron /programs/system/ *CPUID 2.17 from Wildwest
*skinsel from diamond
*end, menu, @panel - more stable with different system colors
*@rb - new menu
*@panel - fixed drawing cpu usage in QEMU and maybe on some real comps
 
315 6299 d 11 h Ghost /programs/system/gmon/ GMon
* source bug fix
 
313 6300 d 12 h Ghost /programs/system/gmon/ GMon
* Intel NortWood multiplier bugfix
* some a small change
 
309 6301 d 10 h heavyiron /programs/system/run/trunk/ fixed English build  
308 6301 d 11 h Lrz /programs/system/run/trunk/ upgrade a programme  
305 6301 d 15 h Lrz /programs/system/run/trunk/ upgrade RUN, add new edit_box  
304 6302 d 7 h diamond /programs/system/ @panel, setup: deleted useless code  
299 6305 d 10 h kaitz /programs/ Updated Tinypad 4.0.4 Estonian part
Translated Calendar to Estonian
 
275 6319 d 7 h kaitz /programs/system/ Estonian key_map and system_language in setup and panel.  
274 6320 d 2 h kaitz / Translated applications 'end' and 'desktop' to Estonian.
Added Estonian VGA font for boot time.
Corrected some misspellings.
 
268 6323 d 6 h kaitz /programs/system/cpu/trunk/ Estonian language for cpu.asm  
251 6338 d 3 h Ghost /programs/system/gmon/ * Foolish mistake will corrected )  
250 6338 d 5 h Ghost /programs/system/gmon/ * Foolish mistake will corrected )  
248 6340 d 14 h serge /programs/system/vrr_m/trunk/ restored old macros.inc  
243 6341 d 3 h Ghost / ITE chips model identify bug fix by Serge  
241 6344 d 7 h Ghost /programs/system/gmon/ mutipliers for
AMD : AthonXP-M, Athlon64, Athlon64-M
Intel: Dothan, Yonah, Conroe, Merom
 
240 6345 d 0 h Ghost /programs/system/gmon/ CPU frequency bug fix  
239 6345 d 1 h Ghost /programs/system/gmon/ Support for Winbond W83627DHG, W83627EHF, W83627EHG  
238 6347 d 16 h serge /programs/system/vrr_m/trunk/ fix mov macros bug whith kernel #237