summaryrefslogtreecommitdiff
path: root/avr/command_tbl.c
diff options
context:
space:
mode:
authorLeo C2016-05-17 23:01:42 +0200
committerLeo C2016-05-17 23:01:42 +0200
commitb51d2360e5a32408daae39b1c311868d0d34374c (patch)
tree9897bb93f3c6d286d1978369009c674a63f5573b /avr/command_tbl.c
parent8ed660166ce9cdeb63b4cf710c663407b7ec9128 (diff)
downloadz180-stamp-hexrel-6.6.zip
Get common_base from cpm3.sys file. Update default environment (BOOTCMD)hexrel-6.6
Diffstat (limited to 'avr/command_tbl.c')
-rw-r--r--avr/command_tbl.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/avr/command_tbl.c b/avr/command_tbl.c
index 748c830..e24fcbb 100644
--- a/avr/command_tbl.c
+++ b/avr/command_tbl.c
@@ -1,7 +1,7 @@
/*
* (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
*
- * SPDX-License-Identifier: GPL-2.0+
+ * SPDX-License-Identifier: GPL-2.0
*/
#include "common.h"
@@ -154,9 +154,11 @@ CMD_TBL_ITEM(
"[filename [common-base [banked-base]]] \n"
" - Load CP/M 3 system file from FAT filesystem. This command makes\n"
" CPMLDR superfluous. Uses the following environment variables if set:\n"
- " '"ENV_CPM3_SYSFILE"' File to load. Default is '"CONFIG_CPM3_SYSFILE"'.\n"
- " '"ENV_CPM3_COMMON_BASE"' Default is '"CONFIG_CPM3_COMMON_BASE_STR"'.\n"
- " '"ENV_CPM3_BANKED_BASE"' Default is '"CONFIG_CPM3_BANKED_BASE_STR"'.\n"
+ " '"ENV_CPM3_SYSFILE"' File to load. Default is '"CONFIG_CPM3_SYSFILE"'.\n"
+ " '"ENV_CPM3_BANKED_BASE"' Default is '"CONFIG_CPM3_BANKED_BASE_STR"'.\n"
+ " Sets the following environment variables after loading:\n"
+ " '"ENV_CPM3_COMMON_BASE"'\n"
+ " '"ENV_STARTADDRESS"'"
),
CMD_TBL_ITEM(
loadi, 2, 0, do_loadihex,