Changes between Version 24 and Version 25 of ReleaseNotes/Trunk


Ignore:
Timestamp:
2009-07-28T08:19:22Z (15 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Trunk

    v24 v25  
    2424   * Userspace drivers can handle interrupts without help from a kernel 'little brother'.
    2525 * PowerPC Hardware Support
    26    * The ''ppc32'' now produces an ISO CD image instead of a kernel image. In addition to PearPC it can now boot in Qemu and on real Apple iMac (keyboard does not work yet, however).
     26   * The ''ppc32'' now produces an ISO CD image instead of a kernel image. In addition to PearPC it can now boot in Qemu and on real Apple iMac and iBook G4 (keyboard does not work yet, however).
    2727
    2828=== Kernel ===
     
    6767 * Fibril Synchronization Primitives
    6868   * The C library now provides mutexes, reader-writer locks and condition variables that synchronize fibrils (as opposed to threads).
     69 * The recommended gcc version is 4.3.3. Other versions can result in build failures due to overzealous warnings turned into errors by the -Werror gcc option. The toolchain scripts in the contrib/toolchain will install a supported version of gcc and binutils.
    6970
    7071== Regressions in This Release ==