Skip to content

Commit

Permalink
start to cleanup configuration mess
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckmann committed Jan 17, 2024
1 parent 3d1c54e commit 39efd51
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 552 deletions.
69 changes: 8 additions & 61 deletions bin/fdisk.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@
; AMBR={ON | OFF}
; CHECKEXTRA={TRUE | FALSE}
; COLORS={0<=N<=127}
; D_ALL={ON | OFF}
; D_CMD_ARG={ON | OFF}
; D_CR_PART={ON | OFF}
; D_DET_FR_SPC={ON | OFF}
; D_INPUT={ON | OFF}
; D_PATH={ON | OFF}
; D_READ_S={ON | OFF}
; DEL_ND_LOG={ON | OFF}
; DRIVE=#-####-###-##
; FLAG_SECTOR={0 | 2<=N<=64 | 256}
Expand All @@ -43,8 +36,10 @@
; * OFF Aligns partitions to cylindes.
;
; ALLOW_4GB_FAT16
; TRUE Permits the creation of 4GB, FAT16, partitions.
; * FALSE Limits the maximum FAT16 partition size to 2GB.
; Permits the creation of 4GB FAT16 partitions.
; Supported by FreeDOS kernel.
; TRUE
; * FALSE
;
; ALLOW_ABORT
; TRUE Allows the user to abort Free FDISK without making
Expand All @@ -65,38 +60,6 @@
; * 7 Light grey on black
; 0 TO 127
;
; D_ALL ON Show all debugging information for functions that have
; built-in debugging capability.
; * OFF All debugging information, for functions with built-in
; debugging capabilities, is not displayed. Individual
; functions may display debugging information as
; described elsewhere in this file.
; D_CMD_ARG
; ON Displays the remaining command line arguments as they
; are processed.
; * OFF
;
; D_CR_PART Shows debugging information for the function that
; creates partitions.
; ON
; * OFF
;
; D_DET_FR_SPC Shows debugging information for the function that
; determines the amount of free space available.
; ON
; * OFF
;
; D_INPUT Shows debugging information for the function that
; obtains user input.
; ON
; * OFF
;
; D_PATH ON Displays the path to Free FDISK.
; * OFF Opposite of the above.
;
; D_READ_S ON Displays the result of a call to void Read_Physical_Sector()
; * OFF
;
; DEL_ND_LOG Allows non-dos logical drives to be deleted.
; TRUE
; * FALSE
Expand Down Expand Up @@ -138,10 +101,9 @@
; 5 Emulates the MS-FDISK that came with MS-DOS 5.xx.
; 6 Emulates the MS-FDISK that came with MS-DOS 6.xx.
; W95 Adds support for LBA hard disks.
; W95B Same as W95, with the addition of FAT32 support.
; * W98 Same as W95B
; FD Setting for FreeDOS. Currently is the same as W95
; with ALLOW_4GB_FAT16 set to TRUE.
; * W95B Same as W95, with the addition of FAT32 support.
; W98 Same as W95B.
; FD Setting for FreeDOS, same as W95B.
;
; WRITE * ON Changes will be written the the hard disk(s).
; OFF Changes will not be written to the hard disk(s) and
Expand Down Expand Up @@ -181,11 +143,8 @@
;
; Current settings:
;
CHECKEXTRA FALSE

DEL_ND_LOG TRUE
FLAG_SECTOR 2
SET_ANY_ACT FALSE
VERSION W98

;
; Hard Disk Detection Overrides:
Expand All @@ -204,18 +163,6 @@
;
; Uncomment the debugging settings, below, if debugging is compiled in.
;
; Debugging settings:
;
; D_ALL OFF
; D_CMD_ARG OFF
; D_CR_PART OFF
; D_DET_FR_SPC OFF
; D_INPUT OFF
; D_LBA OFF
; D_PATH OFF
; D_READ_S OFF
;
; WRITE ON
;
;
; End of file marker follows, do not remove it.
Expand Down
Loading

0 comments on commit 39efd51

Please sign in to comment.