Changeset 190


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

Location:
trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/BUILD.NFO

    r189 r190  
    11===============================================================================
    2 Information on building AiR-BOOT                                     [20170413]
     2Information on building AiR-BOOT                                   [2017-04-13]
    33===============================================================================
    44
     
    1414--------
    1515Fiddling can be done in the 'bootcode' directory.
    16 Do a 'make dev-info' in 'bootcode' to learn more.
     16Do a 'make devinfo' in 'bootcode' to learn more.
    1717-- or --
    1818Use File Commander and press F2 which will present a nice Build Menu.
  • 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
  • trunk/bootcode/airboot.gmk

    r187 r190  
    4343        wmake -h dev DEV_BLD_LANG=$(DEV_BLD_LANG)
    4444
     45# Show information on AiR-BOOT development
     46devinfo:
     47        $(info )
     48        $(info [$@])
     49        @less devinfo.txt
     50        @echo
     51
    4552#
    4653# Open Watcom Environment
  • trunk/bootcode/fc.mnu

    r188 r190  
    44
    55I:      Information
    6         make dev-info
     6        wmake devinfo
    77-:      -------------------------------------
    88B:      Build Anonymous Dev Version  [EN]
  • trunk/bootcode/fcl.mnu

    r188 r190  
    44
    55I:      Information
    6         make dev-info
     6        make devinfo USE_GNU_MAKE=y
    77-:      -------------------------------------
    88B:      Build Anonymous Dev Version  [EN]
Note: See TracChangeset for help on using the changeset viewer.