Version 45 (modified by 15 years ago) ( diff ) | ,
---|
Release Notes for HelenOS Trunk
Note: This document is a draft describing a future HelenOS release and is subject to change. The software described here has not been released yet. To get these latest and greatest features now, check out our Bazaar head. (But you will also get the latest bugs).
HelenOS version (codename) was released on date.
This document contains a summary of changes made to HelenOS since release 0.4.1.
Special Notes for this Release
Text.
Features Introduced in This Release
General
- The project switched to Bazaar VCS.
- The ia32 port can be run in VirtualBox again.
- Experimental support for building using Clang.
Kernel
- Item
Services and Drivers
- ATA Disk Driver
- Now works with real disks and supports 48-bit LBA.
- Added MBR Partition Driver.
- Re-introduced mouse driver as a separate server.
- Only PS/2 mouse supported at the moment.
- Clipboard service
File Systems
- Improved I/O error handling.
- The FAT file system is now more robust against malformed on-disk file system data.
- The DEVFS file system now understands device namespaces and moves to hierarchical directory structure.
Applications
- New Text Editor
- Added
edit
, a simple text editor.
- Added
- Bdsh
- Improved command input (text seek, history, copy and paste)
mkfile
command for creating zero-filled files (e.g. disk images)
- Tool for creating FAT file systems,
mkfat
Miscellaneous
- Build system
- Parallel builds are now supported.
- Spawned task now inherits the current working directory from the spawner task.
- Upon a failed assertion the failing application will print a stack trace (all architectures except ia64 and mips32).
Regressions in This Release
- Item
- Description
Known Bugs
- For the known bugs, please see the list of defects logged for the next releases.
Note:
See TracWiki
for help on using the wiki.