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
784 5896 d 2 h diamond /kernel/trunk/video/ fixed bug in tiled background, found by heavyiron  
782 5899 d 7 h hidnplayr /kernel/trunk/network/eth_drv/drivers/ Fixed i8255x ethernet driver  
781 5900 d 21 h hidnplayr /kernel/trunk/network/eth_drv/drivers/ Fixed PCnet32 ethernet driver  
779 5903 d 5 h derPENGUIN /kernel/trunk/ shell script for building kernel on linux based systems  
774 5911 d 4 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 .
 
770 5914 d 1 h diamond /kernel/trunk/ V86 improvements  
769 5916 d 0 h Rus /kernel/trunk/ Com mouse cod moved to driver.
Begin of reorganization interrupts handlers Part 1.
Some dead code deleted.
 
768 5922 d 9 h heavyiron /kernel/trunk/gui/ Temporary fix in "check_window_position". In future we need negative coordinates support without this procedure :-)  
767 5927 d 8 h diamond /kernel/trunk/ Restored text "All set - press ESC to start" because it is useful for debugging (when one needs to view log)  
766 5928 d 5 h Rus /kernel/trunk/ Deleted old useless functions 32, 33 and accompanying code.  
765 5928 d 9 h Rus /kernel/trunk/ Deleted cross order of registers in functions 44, 45. Some optimizations of them.  
764 5928 d 14 h Rus /kernel/trunk/ Deleted unnecessary text "All set - press ESC to start" and accompanying code. I hope it's really unnecessary.)  
760 5930 d 0 h Rus /kernel/trunk/ Refactored function 42, now its faster in about 100 times, than the old version from Menuet. See sysfuncs.txt (sysfuncr.txt) for more details.  
759 5931 d 3 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! :)
 
758 5932 d 21 h mario79 /kernel/trunk/ Support of last session for ISO9660.  
757 5934 d 5 h serge /kernel/trunk/ export set_screen  
756 5934 d 17 h Ghost /kernel/trunk/ Small bug fix in init_BIOS32  
755 5935 d 11 h diamond / * kernel.asm: 18.1 is now safe (correction of rev. 748)
* vesa20.inc: comments were correct! Restored (correction of rev. 753)
* fasm from last AZ
 
754 5936 d 8 h Lrz /kernel/trunk/ fixed bug in module data32.inc  
753 5936 d 8 h serge /kernel/trunk/ supported videomodes  
752 5937 d 15 h Lrz /kernel/trunk/ delete cross_order for 38 function draw_line  
751 5939 d 12 h Lrz /kernel/trunk/boot/ some enhancement in blue screen  
750 5939 d 14 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
749 5939 d 15 h Lrz /kernel/trunk/ fixed bug in blue screen and add hardware cursor for ATI mobility 7500 card test on IBM Think Pad R51  
748 5939 d 15 h heavyiron / *Remove unneeded ps2mouse.inc and m_ps2.inc

*Remove 18.1 and 18.9.1 functions (sinse 465 revision they doesn't work), so CPU now use END application for reboot
NOTE: file ROSE.TXT don't used in kernel now and can be deleted from image

*New END application form Leency & Veliant
 
747 5939 d 23 h serge /kernel/trunk/core/ additional support for rhd driver  
746 5940 d 9 h Lrz /kernel/trunk/boot/ blue screen: save selected resolution instead of VESA mode number (thanks to Serge)  
745 5941 d 2 h serge /kernel/trunk/core/ missing export.inc  
744 5941 d 4 h Ghost /kernel/trunk/core/ table bug fix
P.S. be intently when upload!!!
 
742 5941 d 7 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
 
741 5942 d 12 h serge /kernel/trunk/ kernel: map_io_mem  
740 5943 d 5 h serge /kernel/trunk/ PE loader: error checking  
739 5943 d 8 h heavyiron /kernel/trunk/ - new cursor and redused cursor sise (static) in mousedrv.inc
- changed GNU.TXT -> COPYING.TXT in russian boot screen
- fixed arp request don't working on some machines
 
738 5944 d 4 h diamond /kernel/trunk/ Bugfix in boot screen: avoid hangup in some situations  
737 5944 d 23 h diamond /kernel/trunk/boot/ correction of revision 726  
736 5945 d 13 h serge /kernel/trunk/drivers/ ATI R500: skip drawing when window is inactive  
735 5946 d 4 h diamond /kernel/trunk/network/eth_drv/ * Fixes for flat kernel in SIS900 network card driver, now it works
* Bugfix of revision 261:
the author of some changes used 'stdcall' and 'proc' (created for stupid men),
but (as a stupid man) didn't know that they rely on EBP keeping by all
procedures, which is wrong for network card drivers
 
734 5946 d 10 h serge /kernel/trunk/drivers/ ATI R500: clip output  
732 5947 d 8 h serge /kernel/trunk/ ATI R500 solid_fill, solid_line  
731 5947 d 9 h diamond /kernel/trunk/boot/ Fixed constants replaced with correctable definitions (thanks to <Lrz>)