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
779 5894 d 13 h derPENGUIN /kernel/trunk/ shell script for building kernel on linux based systems  
774 5902 d 11 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 5905 d 9 h diamond /kernel/trunk/ V86 improvements  
769 5907 d 8 h Rus /kernel/trunk/ Com mouse cod moved to driver.
Begin of reorganization interrupts handlers Part 1.
Some dead code deleted.
 
768 5913 d 17 h heavyiron /kernel/trunk/gui/ Temporary fix in "check_window_position". In future we need negative coordinates support without this procedure :-)  
767 5918 d 16 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 5919 d 12 h Rus /kernel/trunk/ Deleted old useless functions 32, 33 and accompanying code.  
765 5919 d 17 h Rus /kernel/trunk/ Deleted cross order of registers in functions 44, 45. Some optimizations of them.  
764 5919 d 21 h Rus /kernel/trunk/ Deleted unnecessary text "All set - press ESC to start" and accompanying code. I hope it's really unnecessary.)  
760 5921 d 7 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 5922 d 10 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 5924 d 5 h mario79 /kernel/trunk/ Support of last session for ISO9660.  
757 5925 d 12 h serge /kernel/trunk/ export set_screen  
756 5926 d 0 h Ghost /kernel/trunk/ Small bug fix in init_BIOS32  
755 5926 d 18 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 5927 d 15 h Lrz /kernel/trunk/ fixed bug in module data32.inc  
753 5927 d 16 h serge /kernel/trunk/ supported videomodes  
752 5928 d 22 h Lrz /kernel/trunk/ delete cross_order for 38 function draw_line  
751 5930 d 19 h Lrz /kernel/trunk/boot/ some enhancement in blue screen  
750 5930 d 21 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
749 5930 d 22 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 5930 d 23 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 5931 d 7 h serge /kernel/trunk/core/ additional support for rhd driver  
746 5931 d 17 h Lrz /kernel/trunk/boot/ blue screen: save selected resolution instead of VESA mode number (thanks to Serge)  
745 5932 d 10 h serge /kernel/trunk/core/ missing export.inc  
744 5932 d 12 h Ghost /kernel/trunk/core/ table bug fix
P.S. be intently when upload!!!
 
742 5932 d 15 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 5933 d 20 h serge /kernel/trunk/ kernel: map_io_mem  
740 5934 d 12 h serge /kernel/trunk/ PE loader: error checking  
739 5934 d 16 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 5935 d 12 h diamond /kernel/trunk/ Bugfix in boot screen: avoid hangup in some situations  
737 5936 d 6 h diamond /kernel/trunk/boot/ correction of revision 726  
736 5936 d 21 h serge /kernel/trunk/drivers/ ATI R500: skip drawing when window is inactive  
735 5937 d 12 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 5937 d 18 h serge /kernel/trunk/drivers/ ATI R500: clip output  
732 5938 d 16 h serge /kernel/trunk/ ATI R500 solid_fill, solid_line  
731 5938 d 17 h diamond /kernel/trunk/boot/ Fixed constants replaced with correctable definitions (thanks to <Lrz>)  
730 5938 d 19 h diamond /kernel/trunk/boot/ Show scrollbar for videomodes table; PgUp,PgDn in videomodes table  
729 5938 d 20 h serge /kernel/trunk/drivers/ ATI R500 2D hardware acceleration:
It works, but more code required
R5xx chipsets only!!!
 
726 5939 d 17 h diamond /kernel/trunk/boot/ Boot screen: correct default values; added some remarks