view 3rdparty/wip/bootman/boot_config.as @ 3295:6b7a7b233925 default tip

makefile: Allow PORTS with level1/2 mix https://sourceforge.net/p/nitros9/feature-requests/10/
author Tormod Volden <debian.tormod@gmail.com>
date Tue, 19 Apr 2022 18:12:17 +0200
parents 978396f33bb2
children
line wrap: on
line source

         NAM    boot_config
         TTL    Boot manager configuration

         SECTION code

boot_config:

* autoboot (1 = yes, 0 = no, use menu)
cfg_auto: fcb    0

* list of booters to be tried (in order, $0000 terminates list)
* entry format:  booter entry point, address, device ID
cfg_boot: fdb    llbt_1773,$FF40,0
          fdb    llbt_1773,$FF40,1
*          fdb    llbt_tc3,$FF70,0
*          fdb    llbt_ide,$FF50,0
          fdb    $0000
         
         ENDSECT