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
858 5737 d 22 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 5889 d 23 h diamond /kernel/trunk/core/ * Reverted previous revision because it was my mistake
* Fixed V86 IRQ handling broken in rev. 769
 
787 5890 d 17 h diamond /kernel/trunk/core/ Restored normal IRQ handling broken in rev. 769  
774 5907 d 17 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 5912 d 14 h Rus /kernel/trunk/ Com mouse cod moved to driver.
Begin of reorganization interrupts handlers Part 1.
Some dead code deleted.
 
759 5927 d 16 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 5936 d 3 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
740 5939 d 18 h serge /kernel/trunk/ PE loader: error checking  
709 5950 d 19 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 5999 d 23 h diamond /kernel/trunk/ deleting cross registers in system calls, part 2  
658 6058 d 19 h Ghost /kernel/trunk/core/ * code clearing
* bug fix in "show_error_parameters", now registers value correctly show
 
656 6058 d 23 h mikedld /kernel/trunk/ Fix in DEBUGF (incorrect output of eax..edi with %x)
New show_error_parameters (core/sys32.inc) from Ghost
 
593 6142 d 21 h mikedld /kernel/trunk/ Revision numbering fix  
566 6164 d 2 h serge /kernel/trunk/ sound.asm: patch BIOS bug for ICH0
add USE_IRQ_REMAP conditional directive
 
546 6181 d 18 h diamond /kernel/trunk/ changed background handling  
521 6206 d 23 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 6213 d 15 h mikedld /kernel/trunk/ Fixed FDO (seems like bug in FASM to me)  
479 6222 d 23 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 6228 d 22 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 6243 d 4 h serge /kernel/trunk/ merge flat kernel  
434 6263 d 20 h diamond /kernel/trunk/ Normal stack handling for sysenter/syscall; trap gate for int 0x40  
431 6265 d 22 h serge /kernel/trunk/ copyrights  
429 6269 d 7 h serge /kernel/trunk/ update read_file  
425 6270 d 11 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
389 6286 d 13 h serge /kernel/trunk/ fixed bug in init_LFB()  
381 6290 d 14 h serge /kernel/trunk/ replace all vars whith symbolic constants  
380 6292 d 0 h serge /kernel/trunk/ replace vars 0x8000 0xC000 0xC004 0xD000 0x80000 whith symbolic constants
rename PROC_BASE -> SLOT_BASE
 
379 6292 d 2 h serge /kernel/trunk/ 1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants
 
377 6293 d 22 h serge /kernel/trunk/ drivers related modification  
363 6301 d 2 h serge /kernel/trunk/ reduce kernel memory  
357 6303 d 0 h serge /kernel/trunk/ dynamic stack with fpu state area  
345 6306 d 9 h serge /kernel/trunk/ small fix for kernel objects  
334 6310 d 17 h serge /kernel/trunk/core/ patch for terminate()  
329 6312 d 3 h serge /kernel/trunk/core/ cleanup kernel objects in terminate()  
321 6314 d 20 h diamond / * New sysfunction 70.9, create folder
* Deleted obsolete 58.4 (create folder 8.3 on hd)
* Updated docs
* Bugfixes (file system; core; direct screen access), improvements (sysfn 70.3)
* KFar 0.21, full error handling, folder creation (with new kernel)
 
237 6365 d 4 h serge /kernel/trunk/ kernel support for loading compressed apps - part 1  
221 6385 d 0 h serge /kernel/trunk/ 1)fixed wrong SSE detection for old AMD chips
2)restore COM2 IRQ handler
3)added new fn 37.4 37.5
 
214 6392 d 3 h serge /kernel/trunk/ 1)fixed bug with wrong lfb size on some old videocards
2)set fpu/sse to default state for new thread
3)added driver sceletone
 
203 6411 d 14 h serge /kernel/trunk/ fixed: 1)uncleared fpu exceptions in fpu_save
2)fpu context lose in terminate
 
183 6426 d 22 h diamond / Kernel: support for kernel packer
kfar: updated to 0.14 (warning when deleting)