Changeset 187 for trunk/bootcode/.build


Ignore:
Timestamp:
Nov 7, 2017, 7:12:54 AM (8 years ago)
Author:
Ben Rietbroek
Message:

Updated the simple build commands [v1.1.1-testing]

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/bootcode/.build

    r47 r187  
    11#!/bin/bash
    22
    3 export ASM=jwasm
    4 make dev
    5 make dist
     3make dev DEV_BLD_LANG=en BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
Note: See TracChangeset for help on using the changeset viewer.