Ignore:
Timestamp:
Oct 11, 2016, 10:42:09 PM (9 years ago)
Author:
Ben Rietbroek
Message:

Replaced some 'eCS' references with generic 'OS/2' [v1.1.1-testing]

With the upcoming ArcaOS, see: https://www.arcanoae.com, eComStation
ain't the only game in OS/2-town anymore. So, some references have been
changed to the more generic term 'OS/2' to prevent misinterpretation.

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.0-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/c/install.c

    r60 r67  
    18451845                    } while (!((UserKey==0x0D) || (UserKey==0x1B)));
    18461846                }
    1847                 if (UserKey==0x0D) {              // ENTER reboots system... (if not in eCS install mode)
     1847                if (UserKey==0x0D) {              // ENTER reboots system... (if not in OS/2 install mode)
    18481848
    18491849                    /*
Note: See TracChangeset for help on using the changeset viewer.