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 6197 d 0 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
 
476 6197 d 5 h serge /kernel/trunk/video/ fix wrong address in vga.inc  
473 6202 d 1 h diamond /kernel/trunk/ * Unified COM1/COM2 mice handling.
* Corrected COM mouse detection.
* Mouse cursor can now be at right and bottom screen sides.
* Normal handling of "desktop background redraw" event.
(Background redraw is faster now.)
* Fixed error in stretch background function for VESA 2.0.
 
472 6206 d 0 h serge /kernel/trunk/ reduce memory size  
471 6206 d 18 h serge /kernel/trunk/blkdev/ fixed address bug in sysfn_saveramdisk()  
469 6210 d 4 h serge /kernel/trunk/ from Mario79: rewritten background image code  
467 6214 d 9 h mikedld /kernel/trunk/ Updated makefile to match build.bat (build with e.g. 'make all lang=en')
Made small synt/func corrections in build.bat
 
466 6215 d 22 h diamond /kernel/trunk/blkdev/ fixed bug in FAT short names generation  
465 6216 d 6 h serge /kernel/trunk/ merge flat kernel  
448 6231 d 22 h diamond /kernel/trunk/ New sysfunction 68.20: reallocate memory block  
442 6235 d 0 h diamond /kernel/ Fixed rare bug in FAT code  
437 6236 d 2 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
 
435 6236 d 20 h serge /kernel/trunk/ fixed fpu_save()  
434 6236 d 22 h diamond /kernel/trunk/ Normal stack handling for sysenter/syscall; trap gate for int 0x40  
431 6239 d 0 h serge /kernel/trunk/ copyrights  
429 6242 d 10 h serge /kernel/trunk/ update read_file  
426 6243 d 12 h mikedld /kernel/trunk/ Changes to make __REV__ constant at any place in kernel
Output SVN revision number in boot screen
 
425 6243 d 14 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
424 6243 d 18 h spraid /kernel/trunk/  
422 6245 d 8 h serge /kernel/trunk/fs/ fixed bug in fs_lfn  

Show All