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
521 6182 d 17 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 6199 d 15 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 6218 d 22 h serge /kernel/trunk/ merge flat kernel  
434 6239 d 14 h diamond /kernel/trunk/ Normal stack handling for sysenter/syscall; trap gate for int 0x40  
431 6241 d 16 h serge /kernel/trunk/ copyrights  
425 6246 d 5 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
412 6257 d 12 h serge /kernel/trunk/ synchronization with flat kernel  
380 6267 d 18 h serge /kernel/trunk/ replace vars 0x8000 0xC000 0xC004 0xD000 0x80000 whith symbolic constants
rename PROC_BASE -> SLOT_BASE
 
375 6270 d 14 h Ghost / Fast System Call
Currently it only for kernel developing
See : http://meos.sysbin.com/viewtopic.php?t=662
 
314 6293 d 13 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 6307 d 13 h diamond / * New function 65 (PutImagePalette) + documentation
* KFar 0.19 (requires new kernel)
 
277 6309 d 14 h diamond /kernel/trunk/ * Updated documentation
* Deleted useless code
 
202 6387 d 12 h diamond /kernel/trunk/ Kernel updated to 0.6.3.0  
164 6412 d 22 h serge /kernel/trunk/ new kernel  
147 6440 d 15 h diamond / Kernel: updated to Kolibri 0.6.0.0 distr
Programs from K0600 distr: CDP, KEYASCII
 
115 6473 d 18 h poddubny /kernel/trunk/ Introduced APPDATA, TASKDATA, WNDDATA, RECT, BOX structures.  
114 6476 d 9 h mikedld /kernel/trunk/ Added two flags to 0th function (edx = 0xXYRRGGBB, X = DCBAb)
A - window has a caption; if Y=3, then caption scting address could be passed in
edi, otherwise use function 71/1
B - treat all drawing performed to be relative to window client area
D - use gradient fill for client area
Added function 71:
subfunction 1 - set window caption string address (in ecx)
subfunction 2 - get window caption into buffer (not implemented yet)
Updated sysfuncr.txt, added sysfuncs.txt
 
76 6565 d 14 h mario79 /kernel/trunk/ Mihaylov Iliya Andreevich aka Ghost
Advanced Power Management
SYSTEM CALL
eax = 49
dx = number of the function APM BIOS (Is similar AX in real mode)
Others registers (bx, cx) on the specification (see. docs/apm.zip>apm.txt)
Result: on the specification (including CF), the high part 32 bit registers is not defined
 
75 6566 d 16 h diamond /kernel/trunk/ File system: read folders with long names and in new standard
System functions: many small corrections
 
72 6574 d 22 h diamond /kernel/trunk/ File system: LFN read 58.0x100 moved to 70.0  

Show All