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

Changed basename from 'air-boot' to 'airboot' [v1.1.1-testing]

The loader is already called 'airboot.bin', the manual 'airboot.inf',
and the installers also don't have a hyphen in their basename.

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/tools/internal/fixcode.c

    r60 r66  
    1919/*
    2020// FIXCODE.C -- Fix the AiR-BOOT image; include the code-size and MBR prot-img.
    21 //  This reads 'air-boot.com', merges 'mbr-prot.bin' and writes 'airboot.bin'.
     21//  This reads 'airboot.com', merges 'mbr-prot.bin' and writes 'airboot.bin'.
    2222//  It is a quick-and-dirty translation of the original DOS-only ASM file.
    2323//  Of course it's not as small but it's much easier to maintain across
    2424//  multiple platforms. A small change with regard to the old ASM version is
    25 //  that it directly writes 'airboot.bin' instead of writing 'air-boot.com'.
     25//  that it directly writes 'airboot.bin' instead of writing 'airboot.com'.
    2626//  This way the pre and post situations are kept valid.
    2727*/
     
    4949
    5050/* File names */
    51 #define     IN_FILE     "air-boot.com"              // Target from assembly.
     51#define     IN_FILE     "airboot.com"              // Target from assembly.
    5252#ifdef      PLATFORM_LINUX
    5353#define     MERGE_FILE  "mbr-prot/mbr-prot.bin"     // MBR Protection Image.
Note: See TracChangeset for help on using the changeset viewer.