Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
10051 2 d 7 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.
 
7122 2368 d 0 h dunkaist /kernel/trunk/ Synchronize memmap.inc and const.inc, replace hardcoded numbers with macros.  
5363 3424 d 2 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
4310 3830 d 3 h yogev_ezra /kernel/trunk/detect/ Vortex86: use correct names for constants. Show STRAP & Internal Peripheral Feature Control registers values.  
4294 3832 d 6 h yogev_ezra /kernel/trunk/detect/ Vortex86: Added CPU speed modifier detection and MMX support flags detection  
4289 3833 d 21 h yogev_ezra /kernel/trunk/detect/ Code optimization (by size)  
4272 3837 d 7 h yogev_ezra /kernel/trunk/detect/ Perform Vortex86 detection only if CPU vendor is 'Vortex86 SoC'  
4261 3838 d 2 h yogev_ezra /kernel/trunk/ Add Vortex86 detection code.