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 1 d 13 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.
 
9948 224 d 7 h Doczom /kernel/trunk/ [KERNEL] fixed bug in sysfn 39.3  
9941 244 d 12 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 333 d 12 h Doczom /kernel/trunk/ [KERNEL] the window subsystem was refactored, WDATA structures were expanded and magic numbers were replaced with constants  
9715 831 d 11 h Doczom /kernel/trunk/ small update copyright year in kernel  
8224 1281 d 1 h dunkaist /kernel/trunk/ Fix hardcoded $Revision: XXXX$ values.  
7522 2030 d 4 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 2350 d 2 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
6275 3014 d 11 h serge /kernel/trunk/video/ kernel: fixed page flags  
6263 3015 d 19 h serge /kernel/trunk/ kernel: framebuffers code