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
33 6677 d 15 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).
 
22 6734 d 9 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
 
14 6748 d 14 h poddubny /kernel/trunk/ * A bug with esp0 of processes has been fixed.
* Some minor corrections for memmap.inc and others
 
13 6750 d 11 h poddubny /kernel/trunk/ * Fixed a stack problem - OS task used stack at 0x30000
now it uses sysint_stack_data+4096*2 - slot 1 stack;

* Some fixes for memmap.inc
 
12 6750 d 16 h halyavin /kernel/trunk/ *Font functions have been rewritten. Now kernel use bit-compressed fonts.
You must use char.mt and char2.mt from MeOsEmul or MeOsDebug program
or download them at http://shade.msu.ru/~msu-se/temp/char.7z
*Small fix in memmap.inc for memory manager.
 
10 6758 d 11 h poddubny /kernel/trunk/ Small fixes for sched.inc & sys32.inc
Less code, same work.

Updated memmap.inc
 
8 6759 d 14 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 6762 d 9 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
 
2 6768 d 22 h msu-se / moving to kernel directory  
1 6769 d 9 h ha /trunk/ Kolibri 5 initial checkout