Subversion Repositories Kolibri OS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
10051 2 d 6 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.
 
9910 411 d 23 h Doczom /kernel/trunk/ [KERNEL] updated local labels in functions and other small changes  
9567 872 d 2 h Doczom /kernel/trunk/ small fix  
9227 935 d 19 h dunkaist /kernel/trunk/ uefi64kos: Detect last PCI bus, use fastcall macro.

* Detect last PCI bus via PCI Root Bridge IO protocol (uefi64kos only).
* fastcall macro by Tomasz is much cleaner than eficall from osdev board.
 
8224 1281 d 17 h dunkaist /kernel/trunk/ Fix hardcoded $Revision: XXXX$ values.  
7136 2347 d 20 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7132 2350 d 19 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
7122 2367 d 23 h dunkaist /kernel/trunk/ Synchronize memmap.inc and const.inc, replace hardcoded numbers with macros.  
5363 3424 d 1 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
4599 3739 d 2 h clevermouse /kernel/trunk/bus/pci/ r4599  
4453 3783 d 0 h clevermouse / hardware cursors for RDC M2010/M2012  
4418 3798 d 10 h clevermouse / separate USB host controller code into external drivers  
3732 3982 d 12 h Serge /kernel/trunk/ kernel: removed unnecessary duplication of BOOT_VAR  
3598 4007 d 10 h clevermouse /kernel/trunk/ make macro for push imm/pop dst  
3393 4083 d 23 h clevermouse /kernel/trunk/ PCI enumerator; save ebx/esi in pci_{read,write}_reg  
2455 4455 d 4 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4605 d 23 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
1949 4734 d 10 h clevermouse /kernel/trunk/ fix of r1941  
1629 4987 d 22 h serge /kernel/trunk/ f62/pci_api: and again  
1614 5003 d 4 h serge /kernel/trunk/ sysfn62: again and again...  
1612 5003 d 23 h serge /kernel/trunk/ 1)sysfn62 yet anothe fix
2)new exports
 
1603 5010 d 13 h art_zh /kernel/trunk/bus/pci/ new SysFn62 call - STABLE now  
1602 5010 d 21 h art_zh /kernel/trunk/bus/pci/ fn62 rotation bug fixed  
1598 5013 d 8 h art_zh /kernel/trunk/bus/pci/ #1591 sysfn62 rotation bug resque -- not stable yet!  
1591 5021 d 13 h lrz /kernel/trunk/ A 62 sys function have call without cross registers. Small optimization a syscall.inc.  
1487 5099 d 6 h art_zh /kernel/trunk/ Extended PCI-express configuration space
can now be manually configured for non-AMD machines
 
1463 5121 d 11 h art_zh /kernel/trunk/bus/pci/ PCIexpress: extended configurator  
1462 5126 d 7 h art_zh /kernel/trunk/bus/pci/ allocation bug for prefetched BARs fixed  
1375 5247 d 4 h Lrz /kernel/trunk/ some little changes  
1370 5250 d 6 h art_zh /kernel/trunk/ declare mmio_pci_addr in a proper place  
1358 5254 d 20 h art_zh / minor bugs fixed  
1354 5254 d 21 h diamond /kernel/trunk/ make mmio_pci_addr compile-time var, disable all the code by default  
1353 5254 d 23 h art_zh / - SysFuncs docs updated;
- PCI Expansion ROM is now readable via uMMIO.
 
1348 5256 d 6 h art_zh /kernel/trunk/bus/pci/ user MMIO functions added  
750 5939 d 14 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
594 6145 d 9 h diamond /kernel/trunk/bus/pci/ Fixed sys_pcibios  
593 6146 d 7 h mikedld /kernel/trunk/ Revision numbering fix  
586 6150 d 3 h serge /kernel/trunk/ From Ghost: calls to PCIBIOS services  
566 6167 d 13 h serge /kernel/trunk/ sound.asm: patch BIOS bug for ICH0
add USE_IRQ_REMAP conditional directive
 
465 6246 d 14 h serge /kernel/trunk/ merge flat kernel