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
4641 3718 d 23 h mario79 /kernel/trunk/ Removal of obsolete functions 18.11.2. Reduce the DRIVE_DATA area, because the data above 10 bytes is not used.  
4625 3722 d 6 h mario79 /kernel/trunk/detect/ Fix for prev.rev.  
4624 3722 d 6 h mario79 /kernel/trunk/ IDE DMA
1) No more 16-bit code, all the code in 32-bit mode
2) Expansion of the data output about modes of IDE devices
 
4310 3823 d 11 h yogev_ezra /kernel/trunk/detect/ Vortex86: use correct names for constants. Show STRAP & Internal Peripheral Feature Control registers values.  
4294 3825 d 13 h yogev_ezra /kernel/trunk/detect/ Vortex86: Added CPU speed modifier detection and MMX support flags detection  
4289 3827 d 5 h yogev_ezra /kernel/trunk/detect/ Code optimization (by size)  
4273 3830 d 14 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
4272 3830 d 15 h yogev_ezra /kernel/trunk/detect/ Perform Vortex86 detection only if CPU vendor is 'Vortex86 SoC'  
4261 3831 d 10 h yogev_ezra /kernel/trunk/ Add Vortex86 detection code.  
3881 3911 d 9 h mario79 /kernel/trunk/ HDD IDE DMA handler - remove the interrupt flag  
3791 3965 d 9 h mario79 /kernel/trunk/ Removing useless stdcall enable_irq  
3785 3966 d 6 h mario79 /kernel/trunk/ Additional check for IDE controllers  
3771 3968 d 19 h mario79 /kernel/trunk/ Dynamic setting interrupts for Floppy controller  
3742 3973 d 14 h clevermouse /kernel/trunk/ support for PnP disks, part 4: move NTFS,EXT2,/hd*,/bd* to the new interface  
3712 3978 d 0 h mario79 /kernel/trunk/ 1) DMA LBA48 read and write for HDD
2) Some optimization of code
 
3711 3978 d 7 h clevermouse /kernel/trunk/ style fixes, no binary changes (style checker was sick for some time)  
3706 3979 d 4 h mario79 /kernel/trunk/ PIO LBA48 write for HDD  
3702 3980 d 3 h mario79 /kernel/trunk/ 1) SATA IDE support for HDD and ATAPI
2) PIO LBA48 read for HDD
 
3627 3996 d 17 h Serge /kernel/trunk/ kernel: reduce DRIVE_DATA array. Now kernel can handle only 64 /hd and /cd partitions  
3539 4008 d 8 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
3520 4018 d 6 h clevermouse / USB support  
2643 4407 d 21 h clevermouse /kernel/trunk/ support for PnP disks, part 3: FAT16/FAT32  
2466 4446 d 17 h Serge /kernel/trunk/ merge acpi  
2455 4448 d 13 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4599 d 9 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2084 4654 d 15 h mario79 /kernel/trunk/detect/ Fix for Floppy/IRQ6 - broken from r.1380  
1425 5192 d 14 h diamond /kernel/trunk/detect/ reverted wrong file from previous commit  
1424 5192 d 14 h diamond /kernel/trunk/ fixed behaviour with too big window sizes broken in rev. 1391  
1410 5207 d 17 h turbanoff /kernel/trunk/ reworked search partition on HDD  
1378 5228 d 15 h turbanoff /kernel/trunk/ ext2fs support. read only  
1276 5293 d 4 h Lrz /kernel/trunk/ I'm not sure what all my change is right.
Some optimization.
 
1229 5320 d 13 h Lrz /kernel/trunk/ small optimization  
1150 5368 d 8 h diamond /kernel/trunk/detect/ fixed caching of BIOS disks in some rare situations  
1104 5461 d 10 h diamond /kernel/trunk/detect/ added biosmem.inc referenced in previous revision  
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.
 
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
 
709 5947 d 15 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 6139 d 16 h mikedld /kernel/trunk/ Revision numbering fix  
585 6144 d 9 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.