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
1063 5514 d 18 h ghost /kernel/trunk/ APM system call temporary fix  
1056 5522 d 10 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
 
1055 5529 d 12 h Galkov /kernel/trunk/ refractoring of EVENT, and so on  
1043 5555 d 9 h hidnplayr /kernel/trunk/ Serial output console (disable by default)
When enabled with current settings,
it will work on com1 using a 115200 baud connection
8 bits words, no parity bit, 1 stop bit
 
1038 5565 d 18 h diamond /kernel/trunk/ * commented redundant messages for window moving and process creating
* added CPU frequency output in boot log
 
1025 5577 d 20 h diamond /kernel/trunk/ fix for IRQs from slave controller not working on some machines  
1018 5586 d 0 h diamond /kernel/trunk/ Kernel updated to 0.7.5.0  
973 5629 d 19 h diamond /kernel/trunk/ fixed return value for function 44  
966 5631 d 6 h diamond /kernel/trunk/ Reverted revision 910  
939 5651 d 15 h mario79 /kernel/trunk/ Small fix of function 36.  
927 5656 d 17 h mario79 /kernel/trunk/ Function 36 now is faster and use on/off cursor.  
924 5660 d 18 h serge /kernel/trunk/ export "SetMouseData" for pe drivers  
921 5661 d 15 h mario79 /kernel/trunk/ Function 36. See sysfuncr.txt and sysfuncs.txt  
918 5666 d 19 h diamond /kernel/trunk/ sysfunction 65 can now output 2bpp images  
912 5671 d 20 h diamond /kernel/trunk/ bugfix in previous revision  
911 5671 d 21 h diamond /kernel/trunk/ sysfunction 65 can now output 1bpp and 4bpp images  
910 5672 d 13 h mikedld /kernel/trunk/ Actually set the background on boot to 1x1 black pixel  
906 5674 d 9 h diamond /kernel/trunk/ sysfunction 65: 16bpp is now 5+6+5, and 5+5+5=15bpp  
875 5698 d 18 h serge /kernel/trunk/ fix background buffer overrun  
856 5744 d 14 h diamond /kernel/trunk/ bugfix in sysfn 67: avoid system crash for invalid parameter  
842 5765 d 14 h diamond /kernel/trunk/ sysfunction 65: added 16-bit color  
803 5808 d 15 h alver /kernel/trunk/  
802 5821 d 18 h serge /kernel/trunk/ from Nable: Sound Blaster driver  
774 5904 d 13 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 5909 d 10 h Rus /kernel/trunk/ Com mouse cod moved to driver.
Begin of reorganization interrupts handlers Part 1.
Some dead code deleted.
 
767 5920 d 17 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 5921 d 14 h Rus /kernel/trunk/ Deleted old useless functions 32, 33 and accompanying code.  
765 5921 d 19 h Rus /kernel/trunk/ Deleted cross order of registers in functions 44, 45. Some optimizations of them.  
764 5921 d 23 h Rus /kernel/trunk/ Deleted unnecessary text "All set - press ESC to start" and accompanying code. I hope it's really unnecessary.)  
760 5923 d 9 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 5924 d 12 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 5927 d 14 h serge /kernel/trunk/ export set_screen  
755 5928 d 20 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 5929 d 18 h serge /kernel/trunk/ supported videomodes  
752 5931 d 0 h Lrz /kernel/trunk/ delete cross_order for 38 function draw_line  
750 5932 d 23 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
748 5933 d 1 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 5934 d 17 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 5936 d 14 h serge /kernel/trunk/ PE loader: error checking  
725 5941 d 20 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