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
1664 4972 d 1 h art_zh /kernel/branches/Kolibri-A/trunk/ CDROM is not supported any more...  
1505 5086 d 2 h art_zh /kernel/branches/Kolibri-A/ Embedded KOS (AMD/HT version)  
1369 5254 d 6 h Lrz /kernel/trunk/ small changes and optimization  
1362 5257 d 18 h mikedld /kernel/trunk/ * gui/window.inc refactoring  
1311 5284 d 19 h diamond /kernel/trunk/ make dll a per-process object  
1310 5284 d 23 h diamond /kernel/trunk/ IOPM in TSS for 4M page was broken, fixed.  
1307 5290 d 0 h Lrz /kernel/trunk/core/ bugfix 1306  
1306 5290 d 0 h Lrz /kernel/trunk/ optimization 46 and 64 sysfunc.  
1086 5480 d 23 h Galkov /kernel/trunk/core/ Oops :(  
1076 5485 d 7 h Galkov /kernel/trunk/core/ small optimization, not more  
1074 5485 d 10 h Galkov /kernel/trunk/ change functionality of f68:15, f68:18 (discussion on forum topic 1253)  
1056 5532 d 23 h Galkov /kernel/trunk/ sys32 - concentration all (except #NM) exception handlers in ecx_c for optimization purpose
debug - moved handler to sys32::exc_c
fpu - moved except_16/19 to sys32::exc_c
memory - changing interface for page_fault_handler
v86 - changing interface for handler v86_exc_c
kernel - small optimization
 
1038 5576 d 7 h diamond /kernel/trunk/ * commented redundant messages for window moving and process creating
* added CPU frequency output in boot log
 
982 5630 d 5 h diamond /kernel/trunk/core/ bugfix of revision 980  
980 5630 d 6 h diamond /kernel/trunk/core/ allow IRQ6 to be redirected to V86 machine  
960 5644 d 6 h diamond /kernel/trunk/core/ allow IRQ14 and IRQ15 to be redirected to V86 machine  
858 5745 d 7 h hidnplayr /kernel/trunk/core/ Added CPU exception error messages.

more info about cpu exceptions: http://www.delorie.com/djgpp/doc/dpmi/ch4.5.html
 
788 5897 d 8 h diamond /kernel/trunk/core/ * Reverted previous revision because it was my mistake
* Fixed V86 IRQ handling broken in rev. 769
 
787 5898 d 1 h diamond /kernel/trunk/core/ Restored normal IRQ handling broken in rev. 769  
774 5915 d 2 h Rus / Reorganization interrupts handlers part 2.
(I hope, I didn't something stupid.)
Fixed bug in get_pid function.
Added copyright in com mouse driver.
Fixed incorrect comment inscription in boot\ru.inc .
 
769 5919 d 23 h Rus /kernel/trunk/ Com mouse cod moved to driver.
Begin of reorganization interrupts handlers Part 1.
Some dead code deleted.
 
759 5935 d 1 h Rus /kernel/trunk/ New organization of irq buffer, now its ring buffer. Its faster about 4.5 times.
*Warning! its debug version which can have many bugs, because I cannot test it all. I tested byte's receive on little size of data. If you can test it on big data size, and word's receive - do it! :)
 
750 5943 d 12 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
740 5947 d 3 h serge /kernel/trunk/ PE loader: error checking  
709 5958 d 4 h diamond /kernel/trunk/ * V86 manager
* support of drives visible by BIOS through V86 mode
* shutdown fixes
* background redraw fixes
* when booting from CD/DVD, load all floppy by tracks, not only used sectors
 
684 6007 d 8 h diamond /kernel/trunk/ deleting cross registers in system calls, part 2  
658 6066 d 3 h Ghost /kernel/trunk/core/ * code clearing
* bug fix in "show_error_parameters", now registers value correctly show
 
656 6066 d 8 h mikedld /kernel/trunk/ Fix in DEBUGF (incorrect output of eax..edi with %x)
New show_error_parameters (core/sys32.inc) from Ghost
 
593 6150 d 5 h mikedld /kernel/trunk/ Revision numbering fix  
566 6171 d 11 h serge /kernel/trunk/ sound.asm: patch BIOS bug for ICH0
add USE_IRQ_REMAP conditional directive
 
546 6189 d 2 h diamond /kernel/trunk/ changed background handling  
521 6214 d 8 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
 
506 6220 d 23 h mikedld /kernel/trunk/ Fixed FDO (seems like bug in FASM to me)  
479 6230 d 8 h kastigar /kernel/trunk/ 1)ps2 mouse driver(removed from kernel)
2)new 2 modes for ps2-mouse (scrolling mouse and 5-button mouse)
3) added function 37.7 for mouse scrolling data
 
473 6236 d 7 h diamond /kernel/trunk/ * Unified COM1/COM2 mice handling.
* Corrected COM mouse detection.
* Mouse cursor can now be at right and bottom screen sides.
* Normal handling of "desktop background redraw" event.
(Background redraw is faster now.)
* Fixed error in stretch background function for VESA 2.0.
 
465 6250 d 12 h serge /kernel/trunk/ merge flat kernel  
434 6271 d 4 h diamond /kernel/trunk/ Normal stack handling for sysenter/syscall; trap gate for int 0x40  
431 6273 d 7 h serge /kernel/trunk/ copyrights  
429 6276 d 16 h serge /kernel/trunk/ update read_file  
425 6277 d 20 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files