view 3rdparty/wip/bootman/boot_config.as @ 3282:5d33751fd9f4

level2/3: Generate motd in makefile so LEVEL is right Also add the NitrOS-9 version because that becomes easy then.
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 19 Apr 2020 14:42:50 +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