Subversion Repositories Kolibri OS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
10051 7 d 3 h ace_dent /kernel/trunk/ Remove $Revision$ from kernel file headers

- To better support git, remove SVN dependant `$Revision$` from file headers. This does *not* remove: the use of `__REV__` macro in `boostr.inc` and `kernel.asm`
- Header Copyright notices updated to 2024.
- Minimal white space cleanup (trailing spaces automatically removed).
- Note: `asmxygen.py` has a *large* amount of whitespace cleanup, due to incorrect line endings.
 
8051 1414 d 20 h rgimad /kernel/trunk/ Translate russian comments to english #2 , no code changes  
7132 2355 d 16 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
7122 2372 d 20 h dunkaist /kernel/trunk/ Synchronize memmap.inc and const.inc, replace hardcoded numbers with macros.  
6843 2685 d 18 h dunkaist /kernel/trunk/ Return capacity and bytes per sector of bios disks

This patch makes bd_querymedia return valid Capacity and SectorSize
values. Bios disks detection code saves the values to extended
BiosDiskData structure, bd_querymedia copies them to DISKMEDIAINFO.
 
6842 2685 d 22 h pathoswithin /kernel/trunk/ fix for ide_querymedia  
6816 2710 d 20 h dunkaist /kernel/trunk/ fix #98, #103

Set Bus_Master bit in PCI Command register for drives in DMA mode
 
6464 2861 d 7 h pathoswithin /kernel/trunk/ sysfunction 70 cleaning  
6015 3073 d 2 h clevermouse /kernel/trunk/ always install IDE interrupt handler  
5852 3143 d 19 h pathoswithin /kernel/trunk/ LBA28 support  
5363 3428 d 22 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5147 3505 d 13 h mario79 /kernel/trunk/detect/ Support for all IDE controllers (e.g. PCI 0101EE). Previously supported only PCI 01018x.  
5030 3578 d 7 h clevermouse /kernel/trunk/detect/ don't try to detect CD if controller doesn't respond to device select  
4850 3694 d 21 h mario79 /kernel/trunk/ Added the tag "Revision: XXXX" in some kernel files, to form the right number of revision at boot (blue boot screen).  
4841 3696 d 23 h clevermouse /kernel/trunk/detect/ force legacy IDE ports if specified by class code  
4838 3697 d 8 h mario79 /kernel/trunk/ Fix for IDE controller. Some weird controllers generate an interrupt even if IDE interrupts are disabled and no IDE devices. For example, notebook ASUS K72F - IDE controller 010185 generates false interrupt when we work with the IDE controller 01018f. For this reason, the interrupt handler does not need to be installed if both channel IDE controller running in PIO mode.  
4772 3706 d 21 h mario79 /kernel/trunk/ Fix for IDE devices:
1) Restore broken HD load for ramdisk image
2) Check of support UDMA mode for disk devices before initialization channel of IDE controller
 
4720 3712 d 21 h mario79 /kernel/trunk/ Fix for r.4700  
4711 3714 d 22 h mario79 /kernel/trunk/ Fix f.24 for r.4700  
4700 3715 d 21 h mario79 /kernel/trunk/ Kernel supports up to three IDE controllers, and all the devices connected to them  
4641 3730 d 11 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 3733 d 18 h mario79 /kernel/trunk/detect/ Fix for prev.rev.  
4624 3733 d 18 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 3834 d 23 h yogev_ezra /kernel/trunk/detect/ Vortex86: use correct names for constants. Show STRAP & Internal Peripheral Feature Control registers values.  
4294 3837 d 1 h yogev_ezra /kernel/trunk/detect/ Vortex86: Added CPU speed modifier detection and MMX support flags detection  
4289 3838 d 17 h yogev_ezra /kernel/trunk/detect/ Code optimization (by size)  
4273 3842 d 2 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
4272 3842 d 3 h yogev_ezra /kernel/trunk/detect/ Perform Vortex86 detection only if CPU vendor is 'Vortex86 SoC'  
4261 3842 d 22 h yogev_ezra /kernel/trunk/ Add Vortex86 detection code.  
3881 3922 d 21 h mario79 /kernel/trunk/ HDD IDE DMA handler - remove the interrupt flag  
3791 3976 d 21 h mario79 /kernel/trunk/ Removing useless stdcall enable_irq  
3785 3977 d 18 h mario79 /kernel/trunk/ Additional check for IDE controllers  
3771 3980 d 7 h mario79 /kernel/trunk/ Dynamic setting interrupts for Floppy controller  
3742 3985 d 2 h clevermouse /kernel/trunk/ support for PnP disks, part 4: move NTFS,EXT2,/hd*,/bd* to the new interface  
3712 3989 d 12 h mario79 /kernel/trunk/ 1) DMA LBA48 read and write for HDD
2) Some optimization of code
 
3711 3989 d 19 h clevermouse /kernel/trunk/ style fixes, no binary changes (style checker was sick for some time)  
3706 3990 d 15 h mario79 /kernel/trunk/ PIO LBA48 write for HDD  
3702 3991 d 15 h mario79 /kernel/trunk/ 1) SATA IDE support for HDD and ATAPI
2) PIO LBA48 read for HDD
 
3627 4008 d 5 h Serge /kernel/trunk/ kernel: reduce DRIVE_DATA array. Now kernel can handle only 64 /hd and /cd partitions  
3539 4019 d 20 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all