Changeset 192
- Timestamp:
- Nov 7, 2017, 7:13:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/1README.TXT
r55 r192 1 1 =============================================================================== 2 1README.TXT -- General Information about AiR-BOOT v1.1.02 1README.TXT -- General Information about AiR-BOOT 3 3 =============================================================================== 4 4 … … 25 25 -------- 26 26 When you are reading this file you are either browsing the AiR-BOOT sources 27 or you have 'checked-them-out' from the Netlabs repository.27 or you have 'checked-them-out' from the Netlabs or GitHub repositories. 28 28 Either way, this is what you should be aware of: 29 29 - AiR-BOOT was originally invented and designed by Martin Kiewitz. … … 31 31 can be found on sourceforge. 32 32 - *This* version is a 'fork' and although the name is the same, 33 it's sources reside on Netlabs and another developer maintains it.33 it's sources reside on Netlabs and GitHub and another developer maintains it. 34 34 So, please do not bother Martin with bugs in this 'fork'. 35 35 - This AiR-BOOT fork has been enhanced to cope with issues like 'huge disks' 36 and it's goal is to be a replacement for the ancient IBM Boot Manager 37 (formerly) used by eComStation. 38 - With the release of eComStation v2.1, in may 2011, this AiR-BOOT 'fork' 36 and it's goal is to be a replacement for the ancient IBM Boot Manager. 37 - With the release of ArcaOS v5, in may 2017, this AiR-BOOT 'fork' 39 38 is distributed with it and positioned as the 'preferred bootmanager' 40 for eComStation.39 for ArcaOS. 41 40 - While AiR-BOOT is 'operating-system agnostinc', meaning that it is not tied 42 41 to any particular OS, the main effort of this 'fork' is to replace IBM-BM 43 and be highly compatible with eComStation.42 and be highly compatible with ArcaOS. 44 43 - The secondary goal of this 'fork' is to support even more operating-systems, 45 44 new 'boot-technologies' like UEFI, new partitioning schemes like GPT … … 49 48 Note 1: 50 49 ------- 51 This is the " eComStation fork" of AiR-BOOT and it is maintained by a50 This is the "ArcaOS Edition" of AiR-BOOT and it is maintained by a 52 51 different developer. The file you are currently reading, 1README.TXT, 53 52 replaces the original README.TXT as created by Martin Kiewitz. … … 61 60 Martin, at the time (1998+), found that it was important that AiR-BOOT could 62 61 be completely built on a DOS-system. In that 'era' this was a reasonable 63 requirement. With AiR-BOOT replacing IBM Boot Manager for eComStation 64 as of 2011, and upcoming stuff like EFI and GPT, AiR-BOOT itself and 65 it's 'build-environment' need to break out of the 'DOS-box'. 66 67 This means that the 8.3 filename format cannot be retained in some situations 68 and that building AiR-BOOT cannot use DOS .BAT files anymore. 62 requirement. With AiR-BOOT replacing IBM Boot Manager, and upcoming stuff like 63 EFI and GPT, AiR-BOOT itself and it's 'build-environment' need to break out of 64 the 'DOS-box'. 69 65 70 66 Therefore, the 'build environment' has been 'revamped' to use Makefiles … … 78 74 If you really need to build on DOS, beware that: 79 75 - The DOS build-environment has limitations regarding memory and filenames. 80 - An eCS DOS-Session needs to have DPMI set from 'auto' to 'enabled'76 - An ArcaOS DOS-Session needs to have DPMI set from 'auto' to 'enabled' 81 77 and the XMS mem-limit needs to be set to 0, to be able the use of JWasmD. 82 - It has not been tested as thoroughly as the eCS and Linux environments.83 - It will be dropped in the future.78 - It has not been tested as thoroughly as the ArcaOS and Linux environments. 79 - It will be dropped in the *very near* future. 84 80 85 81 … … 91 87 of the installer. (AIRBOOTW.EXE) 92 88 93 However, the AiR-BOOT Installer code for Win32 is much less tested than 94 the eComStation version. This however, does not apply to the AiR-BOOT loader,89 However, the AiR-BOOT Installer code for Win32 is much less tested than 90 the ArcaOS version. This however, does not apply to the AiR-BOOT loader, 95 91 which will do it's very best to boot any Windows it finds. 96 92 … … 104 100 on the GRUB and Linux versions used. 105 101 106 102 107 103 108 104 Building AiR-BOOT … … 111 107 - Setup the Open Watcom build-environment for your OS. 112 108 - Download JWasm for your OS. 113 - Run wmake without paramatersto build AiR-BOOT for all languages.109 - Run '_build.cmd' to build AiR-BOOT for all languages. 114 110 115 111 See BUILD.NFO for more information. … … 117 113 118 114 119 Rousseau. 115 Ben Rietbroek <rousseau.os2dev@gmx.com>, 116 117 AiR-BOOT maintainer.
Note:
See TracChangeset
for help on using the changeset viewer.