Changes between Version 17 and Version 18 of ReleaseNotes/Trunk


Ignore:
Timestamp:
2009-07-18T09:49:22Z (15 years ago)
Author:
Jiri Svoboda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Trunk

    v17 v18  
    1515 * New string API
    1616   * The kernel and user space use a new (non-standard) string API which allows convenient processing of UTF-8 strings.
     17 * Architecture independent I/O
     18   * Both kernel and userspace drivers now use PIO functions so the same drivers work on architectures with separate I/O space and memory mapped I/O space.
     19 * Userspace drivers are more independent
     20   * Userspace drivers can handle interrupts without help from a kernel 'little brother'.
     21
     22=== Kernel ===
     23 * Kernel keyboard and output drivers were restructured for more flexibility and portability, with some redundant drivers removed.
    1724
    1825=== Services and Drivers ===