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 16 h 56 m 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.
 
9948 223 d 10 h Doczom /kernel/trunk/ [KERNEL] fixed bug in sysfn 39.3  
9941 243 d 15 h Doczom /kernel/trunk/ [KERNEL] Graphics subsystem has been redesigned:
- removed the old cursor and the code for its operation
- minor fixes in other kernel modules
- new fields have been added to the display_t structure for further refactoring of the graphics subsystem.
 
9926 332 d 15 h Doczom /kernel/trunk/ [KERNEL] the window subsystem was refactored, WDATA structures were expanded and magic numbers were replaced with constants  
9715 830 d 14 h Doczom /kernel/trunk/ small update copyright year in kernel  
8224 1280 d 4 h dunkaist /kernel/trunk/ Fix hardcoded $Revision: XXXX$ values.  
7522 2029 d 7 h dunkaist /kernel/trunk/ Fix kernel crash on high screen resolution.

Increase MAX_SCREEN_WIDTH=3840 and MAX_SCREEN_HEIGHT=2160.
Replace hardcoded numbers with macros, add runtime checks.
 
7132 2349 d 5 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
6275 3013 d 14 h serge /kernel/trunk/video/ kernel: fixed page flags  
6263 3014 d 22 h serge /kernel/trunk/ kernel: framebuffers code