Changes between Version 51 and Version 52 of ReleaseNotes/0.5.0
- Timestamp:
- 2012-01-20T23:24:36Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/0.5.0
v51 v52 18 18 * Introduced memory reservations in the kernel 19 19 * 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. 20 22 21 23 === Services and Drivers === … … 38 40 * Unplug limited due to missing DDF functionality 39 41 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 40 50 === File Systems === 41 51 … … 51 61 === Networking === 52 62 * Brand new TCP implementation 63 * NIC driver framework to ease writing of network card drivers 53 64 54 65 === Applications === … … 58 69 * Ported assembler and linker from GNU Binutils 59 70 * Ported PCC (Portable C Compiler) 71 * Improved and enhanced the `websrv` application 60 72 61 73 === Libraries ===