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
671 6041 d 16 h Ghost /kernel/trunk/ initial deleting cross regisres in system calls  
665 6060 d 4 h diamond / * new system function for "send message"
* @panel: Alt+F4 sends close message rather than immediate kill
 
593 6150 d 1 h mikedld /kernel/trunk/ Revision numbering fix  
586 6153 d 21 h serge /kernel/trunk/ From Ghost: calls to PCIBIOS services  
521 6214 d 3 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 6231 d 2 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 6250 d 8 h serge /kernel/trunk/ merge flat kernel  
434 6271 d 0 h diamond /kernel/trunk/ Normal stack handling for sysenter/syscall; trap gate for int 0x40  
431 6273 d 3 h serge /kernel/trunk/ copyrights  
425 6277 d 16 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
412 6288 d 23 h serge /kernel/trunk/ synchronization with flat kernel  
380 6299 d 4 h serge /kernel/trunk/ replace vars 0x8000 0xC000 0xC004 0xD000 0x80000 whith symbolic constants
rename PROC_BASE -> SLOT_BASE
 
375 6302 d 0 h Ghost / Fast System Call
Currently it only for kernel developing
See : http://meos.sysbin.com/viewtopic.php?t=662
 
314 6325 d 0 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 6339 d 0 h diamond / * New function 65 (PutImagePalette) + documentation
* KFar 0.19 (requires new kernel)
 
277 6341 d 0 h diamond /kernel/trunk/ * Updated documentation
* Deleted useless code
 
202 6418 d 23 h diamond /kernel/trunk/ Kernel updated to 0.6.3.0  
164 6444 d 9 h serge /kernel/trunk/ new kernel  
147 6472 d 1 h diamond / Kernel: updated to Kolibri 0.6.0.0 distr
Programs from K0600 distr: CDP, KEYASCII
 
115 6505 d 4 h poddubny /kernel/trunk/ Introduced APPDATA, TASKDATA, WNDDATA, RECT, BOX structures.  

Show All