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
3881 3894 d 12 h mario79 /kernel/trunk/ HDD IDE DMA handler - remove the interrupt flag  
3791 3948 d 12 h mario79 /kernel/trunk/ Removing useless stdcall enable_irq  
3785 3949 d 9 h mario79 /kernel/trunk/ Additional check for IDE controllers  
3771 3951 d 22 h mario79 /kernel/trunk/ Dynamic setting interrupts for Floppy controller  
3742 3956 d 17 h clevermouse /kernel/trunk/ support for PnP disks, part 4: move NTFS,EXT2,/hd*,/bd* to the new interface  
3712 3961 d 3 h mario79 /kernel/trunk/ 1) DMA LBA48 read and write for HDD
2) Some optimization of code
 
3711 3961 d 10 h clevermouse /kernel/trunk/ style fixes, no binary changes (style checker was sick for some time)  
3706 3962 d 7 h mario79 /kernel/trunk/ PIO LBA48 write for HDD  
3702 3963 d 6 h mario79 /kernel/trunk/ 1) SATA IDE support for HDD and ATAPI
2) PIO LBA48 read for HDD
 
3627 3979 d 20 h Serge /kernel/trunk/ kernel: reduce DRIVE_DATA array. Now kernel can handle only 64 /hd and /cd partitions  
3539 3991 d 11 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
3520 4001 d 9 h clevermouse / USB support  
2643 4391 d 0 h clevermouse /kernel/trunk/ support for PnP disks, part 3: FAT16/FAT32  
2466 4429 d 20 h Serge /kernel/trunk/ merge acpi  
2455 4431 d 17 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4582 d 12 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2084 4637 d 18 h mario79 /kernel/trunk/detect/ Fix for Floppy/IRQ6 - broken from r.1380  
1425 5175 d 17 h diamond /kernel/trunk/detect/ reverted wrong file from previous commit  
1424 5175 d 17 h diamond /kernel/trunk/ fixed behaviour with too big window sizes broken in rev. 1391  
1410 5190 d 20 h turbanoff /kernel/trunk/ reworked search partition on HDD  
1378 5211 d 18 h turbanoff /kernel/trunk/ ext2fs support. read only  
1276 5276 d 7 h Lrz /kernel/trunk/ I'm not sure what all my change is right.
Some optimization.
 
1229 5303 d 16 h Lrz /kernel/trunk/ small optimization  
1150 5351 d 11 h diamond /kernel/trunk/detect/ fixed caching of BIOS disks in some rare situations  
1104 5444 d 13 h diamond /kernel/trunk/detect/ added biosmem.inc referenced in previous revision  
769 5892 d 13 h Rus /kernel/trunk/ Com mouse cod moved to driver.
Begin of reorganization interrupts handlers Part 1.
Some dead code deleted.
 
750 5916 d 2 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
748 5916 d 4 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
 
709 5930 d 18 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
 
593 6122 d 20 h mikedld /kernel/trunk/ Revision numbering fix  
585 6127 d 13 h mario79 / The universal cache of IDE devices.
Step 2:
1) Realized cache ATAPI device (CD\DVD).
2) Lock\Unlock ATAPI device for working with cache.
3) Eject (F70/10) and Load (F70/11) tray of ATAPI device.
4) Application CD_tray for control of tray ATAPI device.
 
584 6128 d 17 h mario79 /kernel/trunk/detect/ Fix calculate size of cache (IDE devices). Now data do not intersect limits of the cache.  
580 6134 d 10 h mario79 /kernel/trunk/ The universal cache of IDE devices.
Step 1:
1) Allocate of separate area for everyone IDE device.
2) Usage of the allocated areas for HDD. (Cache CD\DVD - not realized, but the memory for it is allocated. This be realized in step 2).
3) The area of memory 0x80300000 - > 0x80400000 now is free and is not used.
4) The area of memory 0x80284000 - > 0x8028BFFF is used for HDD DMA.
 
566 6144 d 1 h serge /kernel/trunk/ sound.asm: patch BIOS bug for ICH0
add USE_IRQ_REMAP conditional directive
 
473 6208 d 21 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 6223 d 3 h serge /kernel/trunk/ merge flat kernel  
431 6245 d 21 h serge /kernel/trunk/ copyrights  
425 6250 d 10 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
412 6261 d 17 h serge /kernel/trunk/ synchronization with flat kernel  
389 6266 d 12 h serge /kernel/trunk/ fixed bug in init_LFB()