Changes between Version 24 and Version 25 of ReleaseNotes/Trunk
- Timestamp:
- 2009-07-28T08:19:22Z (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Trunk
v24 v25 24 24 * Userspace drivers can handle interrupts without help from a kernel 'little brother'. 25 25 * 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). 27 27 28 28 === Kernel === … … 67 67 * Fibril Synchronization Primitives 68 68 * 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. 69 70 70 71 == Regressions in This Release ==