elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
image
/
config.in
File editor
# # ELKS Image configuration menu # mainmenu_option next_comment comment 'Target image' choice 'Filesystem' \ "MINIX CONFIG_IMG_MINIX \ FAT CONFIG_IMG_FAT \ ROM CONFIG_IMG_ROM" MINIX if [ "$CONFIG_IMG_ROM" != "y" ]; then choice 'Medium' \ "FD2880 CONFIG_IMG_FD2880 \ FD1440 CONFIG_IMG_FD1440 \ FD1232 CONFIG_IMG_FD1232 \ FD1200 CONFIG_IMG_FD1200 \ FD720 CONFIG_IMG_FD720 \ FD360 CONFIG_IMG_FD360 \ HD CONFIG_IMG_HD" FD1440 if [ "$CONFIG_IMG_MINIX" == "y" -o "$CONFIG_IMG_ROM" == "y" -o "$CONFIG_IMG_FAT" == "y" ]; then define_bool CONFIG_IMG_DEV y fi if [ "$CONFIG_IMG_HD" == "y" ]; then comment 'Disk geometry' int 'Sectors' CONFIG_IMG_SECT 63 int 'Heads' CONFIG_IMG_HEAD 16 int 'Cylinders' CONFIG_IMG_CYL 63 comment 'Disk size in 1K blocks' int 'Blocks' CONFIG_IMG_BLOCKS 31752 fi if [ "$CONFIG_IMG_MINIX" == "y" -o "$CONFIG_IMG_FAT" == "y" ]; then bool 'Bootable' CONFIG_IMG_BOOT y fi bool 'Compressed exectuables' CONFIG_APPS_COMPRESS n comment 'Binary Images' bool 'Build extra binary images' CONFIG_IMG_EXTRA_IMAGES n fi endmenu
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history