Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1147 5353 d 17 h diamond /kernel/tags/kolibri0.7.5.0/ tag for Kolibri 0.7.5.0  
1018 5568 d 18 h diamond /kernel/trunk/ Kernel updated to 0.7.5.0  
973 5612 d 13 h diamond /kernel/trunk/ fixed return value for function 44  
966 5614 d 0 h diamond /kernel/trunk/ Reverted revision 910  
939 5634 d 9 h mario79 /kernel/trunk/ Small fix of function 36.  
927 5639 d 11 h mario79 /kernel/trunk/ Function 36 now is faster and use on/off cursor.  
924 5643 d 12 h serge /kernel/trunk/ export "SetMouseData" for pe drivers  
921 5644 d 9 h mario79 /kernel/trunk/ Function 36. See sysfuncr.txt and sysfuncs.txt  
918 5649 d 13 h diamond /kernel/trunk/ sysfunction 65 can now output 2bpp images  
912 5654 d 14 h diamond /kernel/trunk/ bugfix in previous revision  
911 5654 d 15 h diamond /kernel/trunk/ sysfunction 65 can now output 1bpp and 4bpp images  
910 5655 d 7 h mikedld /kernel/trunk/ Actually set the background on boot to 1x1 black pixel  
906 5657 d 3 h diamond /kernel/trunk/ sysfunction 65: 16bpp is now 5+6+5, and 5+5+5=15bpp  
875 5681 d 12 h serge /kernel/trunk/ fix background buffer overrun  
856 5727 d 8 h diamond /kernel/trunk/ bugfix in sysfn 67: avoid system crash for invalid parameter  
842 5748 d 8 h diamond /kernel/trunk/ sysfunction 65: added 16-bit color  
803 5791 d 9 h alver /kernel/trunk/  
802 5804 d 12 h serge /kernel/trunk/ from Nable: Sound Blaster driver  
774 5887 d 7 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 5892 d 4 h Rus /kernel/trunk/ Com mouse cod moved to driver.
Begin of reorganization interrupts handlers Part 1.
Some dead code deleted.
 
767 5903 d 11 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 5904 d 8 h Rus /kernel/trunk/ Deleted old useless functions 32, 33 and accompanying code.  
765 5904 d 13 h Rus /kernel/trunk/ Deleted cross order of registers in functions 44, 45. Some optimizations of them.  
764 5904 d 17 h Rus /kernel/trunk/ Deleted unnecessary text "All set - press ESC to start" and accompanying code. I hope it's really unnecessary.)  
760 5906 d 3 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 5907 d 6 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! :)
 
757 5910 d 8 h serge /kernel/trunk/ export set_screen  
755 5911 d 14 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
 
753 5912 d 12 h serge /kernel/trunk/ supported videomodes  
752 5913 d 18 h Lrz /kernel/trunk/ delete cross_order for 38 function draw_line  
750 5915 d 17 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
748 5915 d 19 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
 
742 5917 d 11 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
 
740 5919 d 8 h serge /kernel/trunk/ PE loader: error checking  
725 5924 d 14 h diamond /kernel/trunk/ * hd_read doesn't add sector to cache if read error has occured
* hd read errors at boot do not hang up system
 
712 5927 d 19 h serge /kernel/trunk/ AZ hotfix: memory for unpack
pages for V86, access to own page tables
 
709 5930 d 9 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 5979 d 13 h diamond /kernel/trunk/ deleting cross registers in system calls, part 2  
681 5983 d 6 h diamond /kernel/trunk/ shutdown code now correctly handles >128 Kb file kernel.mnt  
671 6014 d 1 h Ghost /kernel/trunk/ initial deleting cross regisres in system calls