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

Initial AiR-BOOT Development Information [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/Makefile

    r186 r190  
    551551!endif
    552552
     553
     554# -----------------------------------------------------------------------------
     555# SHOW DEVELOPMENT INFORMATION
     556# -----------------------------------------------------------------------------
     557devinfo:        .SYMBOLIC
     558!ifdef  __LINUX__
     559        @clear
     560        @less devinfo.txt
     561        @echo
     562!else
     563        @cls
     564        @type devinfo.txt | more
     565        @echo.
     566        @pause
     567!endif
     568
     569
    553570# -----------------------------------------------------------------------------
    554571# REBUILD ALL TARGETS
Note: See TracChangeset for help on using the changeset viewer.