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
766 5909 d 22 h Rus /kernel/trunk/ Deleted old useless functions 32, 33 and accompanying code.  
765 5910 d 3 h Rus /kernel/trunk/ Deleted cross order of registers in functions 44, 45. Some optimizations of them.  
752 5919 d 8 h Lrz /kernel/trunk/ delete cross_order for 38 function draw_line  
750 5921 d 7 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
744 5922 d 22 h Ghost /kernel/trunk/core/ table bug fix
P.S. be intently when upload!!!
 
742 5923 d 1 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 5985 d 3 h diamond /kernel/trunk/ deleting cross registers in system calls, part 2  
671 6019 d 15 h Ghost /kernel/trunk/ initial deleting cross regisres in system calls  
665 6038 d 3 h diamond / * new system function for "send message"
* @panel: Alt+F4 sends close message rather than immediate kill
 
593 6128 d 1 h mikedld /kernel/trunk/ Revision numbering fix  
586 6131 d 21 h serge /kernel/trunk/ From Ghost: calls to PCIBIOS services  
521 6192 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 6209 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 6228 d 8 h serge /kernel/trunk/ merge flat kernel  
434 6249 d 0 h diamond /kernel/trunk/ Normal stack handling for sysenter/syscall; trap gate for int 0x40  
431 6251 d 2 h serge /kernel/trunk/ copyrights  
425 6255 d 16 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
412 6266 d 22 h serge /kernel/trunk/ synchronization with flat kernel  
380 6277 d 4 h serge /kernel/trunk/ replace vars 0x8000 0xC000 0xC004 0xD000 0x80000 whith symbolic constants
rename PROC_BASE -> SLOT_BASE
 
375 6280 d 0 h Ghost / Fast System Call
Currently it only for kernel developing
See : http://meos.sysbin.com/viewtopic.php?t=662
 
314 6302 d 23 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 6316 d 23 h diamond / * New function 65 (PutImagePalette) + documentation
* KFar 0.19 (requires new kernel)
 
277 6319 d 0 h diamond /kernel/trunk/ * Updated documentation
* Deleted useless code
 
202 6396 d 22 h diamond /kernel/trunk/ Kernel updated to 0.6.3.0  
164 6422 d 8 h serge /kernel/trunk/ new kernel  
147 6450 d 1 h diamond / Kernel: updated to Kolibri 0.6.0.0 distr
Programs from K0600 distr: CDP, KEYASCII
 
115 6483 d 4 h poddubny /kernel/trunk/ Introduced APPDATA, TASKDATA, WNDDATA, RECT, BOX structures.  
114 6485 d 19 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 6575 d 0 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 6576 d 2 h diamond /kernel/trunk/ File system: read folders with long names and in new standard
System functions: many small corrections
 
72 6584 d 8 h diamond /kernel/trunk/ File system: LFN read 58.0x100 moved to 70.0  
70 6589 d 1 h mario79 /kernel/trunk/ Reserved of the function 70 for the new procedure of access to file systems
Request - Please not use this number for other purposes.
 
40 6676 d 1 h halyavin /kernel/trunk/ *Reduced size of boot code. (diamond)
*Debug API added. (diamond)
 
15 6764 d 22 h poddubny /kernel/trunk/ * A bug with floppy IRQ has been finally fixed (EOI added)
* optimised i40 handler
 
6 6779 d 21 h poddubny /kernel/trunk/ All exceptions use Interrupt Gate
Better FPU exception handler
Code cleanups
Correct save_registers for i40 handler (syscall trace)
Updated memmap.inc
 
4 6781 d 3 h poddubny /kernel/trunk/ Code cleanups.
Two GDT descriptors for all applications.
Unnecessary interrupt masking from commouse.inc has beed deleted.
 
3 6782 d 22 h halyavin /kernel/trunk/ More correct build_ru.bat and build_en.bat
Now kernel uses interrupt gates for i40 handler instead of task gates.
So i40 handler TSS can be removed.
 
2 6786 d 10 h msu-se / moving to kernel directory  
1 6786 d 21 h ha /trunk/ Kolibri 5 initial checkout