Changes between Version 15 and Version 16 of R1/Alpha1/ReleaseNotes
- Timestamp:
- Sep 12, 2009, 11:12:56 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
R1/Alpha1/ReleaseNotes
v15 v16 5 5 ---- 6 6 7 = Haiku Alpha 1 Release Notes =7 = Haiku R1 Alpha 1 Release Notes = 8 8 9 9 The goal for Haiku R1 is essentially, a fully working and stable operating system. A viable replacement for BeOS R5 (and later). 10 For Haiku R1 Alpha the goal was to be a usable version of Haiku that is self-hosting, that is, that can check out the sources from SVN, and compile them, and to enable current and future Haiku developers a (mostly) stable operating system to work on their software projects.Therefore we have included the basic build tools, along with clients for cvs, svn, git and hg. This release of Haiku is capable of running binaries built with either GCC 2 or GCC 4. Use of GCC 4 is discouraged, as no compatibility is guaranteed with future versions of Haiku (eg, post-R1).10 For Haiku R1 Alpha 1 the goal was to be a usable version of Haiku that is self-hosting, that is, that can check out the sources from SVN, and compile them, and to enable current and future Haiku developers a (mostly) stable operating system to work on their software projects. Therefore we have included the basic build tools, along with clients for cvs, svn, git and hg. This release of Haiku is capable of running binaries built with either GCC 2 or GCC 4. Use of GCC 4 is discouraged, as no compatibility is guaranteed with future versions of Haiku (eg, post-R1). 11 11 12 12 13 13 == System Requirements == 14 14 15 Haiku currently only works on x86 systems. Minimum memory required is 128M eg. If compiling Haiku within itself, 1GB of memory is recommended. Haiku has been tested to work on CPU's as slow as a Pentium II 400MHz, and requires as little as 600Meg of drive space.15 Haiku currently only works on x86 systems. Minimum memory required is 128MB. If compiling Haiku within itself, 1GB of memory is recommended. Haiku has been tested to work on CPU's as slow as a Pentium II 400MHz, and requires as little as 600Meg of drive space. 16 16 17 17 … … 26 26 The hda driver for HD Audio devices is known to fail with at least some VIA and nVidia devices. Some newer codecs are also not yet supported. 27 27 28 28 29 == Missing Features == 29 30 … … 32 33 DriveSetup does not install a basic bootloader when partitioning a disk. This requires bootman or another MBR bootloader to be manually installed on hard drives that were previously blank. 33 34 34 Only some USB mass storage devices are not supported. There are different protocols for USB mass storage and currently only transparent SCSI is supported. Most of thecurrent USB sticks make use of this protocol and should work. Some, mostly older, USB sticks and some USB CD-ROM drives do use different protocols however, so they may fail to boot Haiku or may not be recognized if plugged in.35 Some USB mass storage devices are not supported. There are different protocols for USB mass storage and currently only transparent SCSI is supported. Most current USB sticks make use of this protocol and should work. Some, mostly older, USB sticks and some USB CD-ROM drives do use different protocols however, so they may fail to boot Haiku or may not be recognized if plugged in. 35 36 36 37 Haiku doesn't come with an up-to-date web browser (Firefox/BonEcho 2.x). 37 38 38 USB Keyboards attached to OHCI or to USB 2.0 hubs do not work in Kernel Debugging Land (KDL). They need to be connected to UHCI root ports to work in KDL. Also note that when entering the kernel debugger by means of a panic it is possible that the keyboard does not work. To work around this issue you can manually enter the kernel debugger once and leave it again to enable the USB keyboard.39 USB keyboards attached to OHCI or to USB 2.0 hubs do not work in Kernel Debugging Land (KDL). They need to be connected to UHCI root ports to work in KDL. Also note that when entering the kernel debugger by means of a panic it is possible that the keyboard does not work. To work around this issue you can manually enter the kernel debugger once and leave it again to enable the USB keyboard. 39 40 40 41 There's no package management yet. … … 43 44 44 45 Printing to printers connected via USB port or parallel port wont work, because device drivers are missing. 46 45 47 46 48 == Source Code ==