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
105 6484 d 13 h poddubny /kernel/trunk/ Direct window activation without osloop/checkwindows, straightforward window minimizing  
103 6484 d 17 h halyavin /kernel/trunk/ Now 8Mb of address space reserved for LFB. New linear address of LFB is 0x80000000.  
102 6486 d 9 h poddubny /kernel/trunk/ 1. a little fix for scheduler + correct comments
2. refactored window activation/ process termination/ getting active process
3. deleted dead code in checkwindows
4. eliminated almost all accesses to 0x3020+...+0xe, changed to direct process number
5. cli/sti in vesa12 and vga drivers and in calculatescreen
6. skipping dead windows in some funcs in window.inc
 
101 6489 d 6 h poddubny /kernel/trunk/core/ Updated scheduler - now change_task and irq0 handler don't intersect so ugly. The code became more straightforward. By the way, it is also faster.  
100 6495 d 13 h halyavin /kernel/trunk/core/ Fixed bug with sending EOI in change_task procedure (it shouldn't send it).  
92 6509 d 11 h diamond /kernel/trunk/ Hotkeys are now supported  
91 6513 d 11 h diamond /kernel/trunk/ 1. Execution of files with long names (function 70.7).
2. Function 70 now supports folders on ramdisk.
 
76 6564 d 9 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 6565 d 11 h diamond /kernel/trunk/ File system: read folders with long names and in new standard
System functions: many small corrections
 
72 6573 d 17 h diamond /kernel/trunk/ File system: LFN read 58.0x100 moved to 70.0  
70 6578 d 10 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.
 
69 6582 d 6 h poddubny /kernel/trunk/ memmap.inc: marked areas reserved by physical memory manager.

physmem.inc: fixed a little bug with cld/std with allocating and copying a physical memory block.
 
66 6590 d 8 h diamond /kernel/trunk/ Debug subsystem: added DRx registers support  
63 6610 d 12 h halyavin /kernel/trunk/ Kernel now waits only 5 seconds in order to deliver message to debugger. Fixed hd reservation and release. Changes from diamond.  
61 6611 d 14 h halyavin /kernel/trunk/ Return value of 58 function is corrected. Shutdown.inc optimized. Changes from diamond.  
58 6620 d 5 h mario79 /kernel/trunk/ Fixed bug - COM modem completely does not work.  
44 6656 d 6 h halyavin /kernel/trunk/core/ fixing bugs in debug.inc from diamond  
41 6658 d 17 h mikedld /kernel/trunk/ changes/improvements in maximize/minimize/rollup windows functionality
added functions:
48/5 - get screen workarea
48/6 - set screen workarea
 
40 6665 d 10 h halyavin /kernel/trunk/ *Reduced size of boot code. (diamond)
*Debug API added. (diamond)
 
39 6667 d 9 h halyavin /kernel/trunk/ *size of memory manager code reduced
*18/17 function returns physical memory size now
(it returned size of allocatable memory previously).
 
33 6684 d 12 h mario79 /kernel/trunk/ 1) Parallel processing of mouses: PS2, COM1, COM2
2) Detection PS2 mouse.
3) Switching FPU in PM with reset.
4) Click on the application button - works only if during release of a up-button mouse the cursor is on the button application. Realization Victor Alberto Gil Hanla (vhanla). Version 1.1
5) Return of focus (activated window) on previous application at completion of the active application
6) Change skin of header of windows type 4, at loss and return of focus (activated window).
 
32 6687 d 12 h halyavin /kernel/trunk/ added function 18/16 - get size of free memory (in Kb) and function 18/17 - get size of all memory (in Kb).  
26 6726 d 16 h halyavin /kernel/trunk/core/ Fixed bug in shed.inc: kernel crash at shutdown.  
25 6735 d 8 h halyavin /kernel/trunk/core/ Fixed bug in dispose_app_cr3_table: we count yourself as thread now
so code must be slightly changed.
 
23 6739 d 15 h mario79 /kernel/trunk/core/ Fixed irq6 handler in sys32.inc  
22 6741 d 5 h poddubny /kernel/trunk/ fixed a bug in sched.inc (speaker)

fixed exception handlers - shows correct EIP of a terminated process

some corrections to memmap.inc
 
21 6744 d 8 h poddubny /kernel/trunk/ * boot cleanups (kernel.asm)
* faster & cleaner checkpixel (kernel.asm)
* a little bugfix in newproce.inc (".failed" -> ".cleanfailed")
* Halyavin's bugfix in mem.inc
* sheduler doesn't active proesses waiting for an event (func 10) (event.inc, sched.inc)
* faster event check (event.inc)
 
20 6744 d 13 h mario79 /kernel/trunk/core/ corrected handler irq6 in sys32.inc  
16 6754 d 7 h poddubny /kernel/trunk/core/ * fixed show_error_parameters in sys32.inc
uses the stack instead of TSS
 
15 6754 d 7 h poddubny /kernel/trunk/ * A bug with floppy IRQ has been finally fixed (EOI added)
* optimised i40 handler
 
14 6755 d 11 h poddubny /kernel/trunk/ * A bug with esp0 of processes has been fixed.
* Some minor corrections for memmap.inc and others
 
11 6758 d 6 h poddubny /kernel/trunk/core/ Bugfixes
1) Bug in task switching (0xffff = 1 without task switch)
2) Bug with IRQ6 (floppy) - "call fdc_irq" was deleted earlier
 
10 6765 d 8 h poddubny /kernel/trunk/ Small fixes for sched.inc & sys32.inc
Less code, same work.

Updated memmap.inc
 
9 6765 d 8 h halyavin /kernel/trunk/core/ Small optimizations in shed.
Fixed memory leak when not enough memory for starting application.
Deleted old code writing to TSS of system call handler.
 
8 6766 d 10 h poddubny /kernel/trunk/ No task gates in the IDT.
No TSSs for interrupt handlers.
More free memory.
Faster task switch and interrupt handling.
Smaller sys32.inc.
 
6 6769 d 6 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
 
5 6769 d 18 h halyavin /kernel/trunk/ Mario79 fixes:
Application can determine own path now.
Some boot messages changed (it is version Kolibri 5.1.0 now).
Some rd functions updated (thanks to michael).
Switch to another bank-switching procedure.
 
4 6770 d 12 h poddubny /kernel/trunk/ Code cleanups.
Two GDT descriptors for all applications.
Unnecessary interrupt masking from commouse.inc has beed deleted.
 
3 6772 d 7 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 6775 d 19 h msu-se / moving to kernel directory