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
752 5937 d 21 h Lrz /kernel/trunk/ delete cross_order for 38 function draw_line  
750 5939 d 20 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
744 5941 d 11 h Ghost /kernel/trunk/core/ table bug fix
P.S. be intently when upload!!!
 
742 5941 d 14 h Rus /kernel/trunk/ deleted cross order of registers in functions 41,42
some optimizations of them

*because revision 741 is broken, I tested it on revision 724
 
684 6003 d 16 h diamond /kernel/trunk/ deleting cross registers in system calls, part 2  
671 6038 d 4 h Ghost /kernel/trunk/ initial deleting cross regisres in system calls  
665 6056 d 16 h diamond / * new system function for "send message"
* @panel: Alt+F4 sends close message rather than immediate kill
 
593 6146 d 13 h mikedld /kernel/trunk/ Revision numbering fix  
586 6150 d 9 h serge /kernel/trunk/ From Ghost: calls to PCIBIOS services  
521 6210 d 16 h diamond /kernel/trunk/ * efficient handling of file names substitution
* current directory support; new sysfunction 30
* fixed bug in load_file with files of size divisible by page size
 
477 6227 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
 
465 6246 d 21 h serge /kernel/trunk/ merge flat kernel  
434 6267 d 12 h diamond /kernel/trunk/ Normal stack handling for sysenter/syscall; trap gate for int 0x40  
431 6269 d 15 h serge /kernel/trunk/ copyrights  
425 6274 d 4 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
412 6285 d 11 h serge /kernel/trunk/ synchronization with flat kernel  
380 6295 d 16 h serge /kernel/trunk/ replace vars 0x8000 0xC000 0xC004 0xD000 0x80000 whith symbolic constants
rename PROC_BASE -> SLOT_BASE
 
375 6298 d 13 h Ghost / Fast System Call
Currently it only for kernel developing
See : http://meos.sysbin.com/viewtopic.php?t=662
 
314 6321 d 12 h diamond / * Modified sysfunction 65 (see documentation), use new KFAR
* Deleted useless sysfunction 59 (syscalls trace)
* Load vmode.mdr via new file subsystem
* KFar 0.2
 
283 6335 d 12 h diamond / * New function 65 (PutImagePalette) + documentation
* KFar 0.19 (requires new kernel)
 

Show All