Changes between Version 51 and Version 52 of ReleaseNotes/0.5.0


Ignore:
Timestamp:
2012-01-20T23:24:36Z (12 years ago)
Author:
Jakub Jermář
Comment:

Mention kernel non-ident, nicf, nic drivers, remcons, websrv enhancements

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/0.5.0

    v51 v52  
    1818  * Introduced memory reservations in the kernel
    1919    * Prevents from committing to allocate more memory than is really available.
     20  * Support for non-identity kernel mappings
     21    * Enables the kernel to access arbitrary physical address and removes thus the previous limitations.
    2022
    2123=== Services and Drivers ===
     
    3840    * Unplug limited due to missing DDF functionality
    3941
     42  * NIC drivers
     43    * DDF'ized Novell NE2000 driver
     44    * Intel E1000 driver
     45    * Realtek RTL8139 driver
     46
     47  * Remote console service `remcons`
     48    * HelenOS can be accessed by telnet
     49
    4050=== File Systems ===
    4151
     
    5161=== Networking ===
    5262  * Brand new TCP implementation
     63  * NIC driver framework to ease writing of network card drivers
    5364
    5465=== Applications ===
     
    5869  * Ported assembler and linker from GNU Binutils
    5970  * Ported PCC (Portable C Compiler)
     71  * Improved and enhanced the `websrv` application
    6072
    6173=== Libraries ===