Skip to content

Commit

Permalink
Renamed default autoexec to avoid confusion with DOS/Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MockbaTheBorg committed May 7, 2024
1 parent ebc4cd1 commit 25188f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunCPM/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ static uint16 physicalExtentBytes;// # bytes described by 1 directory entry

/* definition of an autoexec functionality */
static uint8 firstBoot = TRUE; // True if this is the first boot
#define AUTOEXEC "AUTOEXEC.BAT" // Name of the autoexec file
#define AUTOEXEC "AUTOEXEC.TXT" // Name of the autoexec file
#define BOOTONLY FALSE // If TRUE, the autoexec file will only be loaded on the first boot

static uint32 timer;
Expand Down

0 comments on commit 25188f3

Please sign in to comment.