Changes between Version 136 and Version 137 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2021-08-25T21:16:56Z (3 years ago)
Author:
Jiri Svoboda
Comment:

CP437, HiKey960

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v136 v137  
    1313=== General ===
    1414
     15  * New support for 96Boards' HiKey960 AArch64-based development board (first real arm64 platform)
     16
    1517=== Kernel ===
    1618
     
    1921 * Console now supports mouse input
    2022   * When running in console mode (e.g. EGA or with window system disabled) the mouse can now be used
     23 * EGA driver can now display any character from code page 437 (as opposed to just 7-bit ASCII)
    2124 * Raspberry Pi display driver can now detect the native display resolution and act accordingly
    2225 * Fixed mapping of blue color in serial console
     
    4346  * C library
    4447    * All device-related stuff that could be moved out of C library moved to new {{{device}}} library
     48  * New code page library
     49    * Provides code page 437 encoding/decoding
    4550
    4651=== Miscellaneous ===