Changes between Version 136 and Version 137 of ReleaseNotes/Mainline
- Timestamp:
- 2021-08-25T21:16:56Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Mainline
v136 v137 13 13 === General === 14 14 15 * New support for 96Boards' HiKey960 AArch64-based development board (first real arm64 platform) 16 15 17 === Kernel === 16 18 … … 19 21 * Console now supports mouse input 20 22 * 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) 21 24 * Raspberry Pi display driver can now detect the native display resolution and act accordingly 22 25 * Fixed mapping of blue color in serial console … … 43 46 * C library 44 47 * 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 45 50 46 51 === Miscellaneous ===