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
/
elks
/
fs
/
config.in
File editor
# # File system configuration # mainmenu_option next_comment comment 'Filesystem Support' bool 'Minix file system' CONFIG_MINIX_FS y bool 'ROM file system' CONFIG_ROMFS_FS n if [ "$CONFIG_ROMFS_FS" = "y" ]; then hex 'Base in ROM (paragraphs)' CONFIG_ROMFS_BASE 0x8000 fi bool 'FAT filesystem' CONFIG_FS_FAT 'n' comment 'Filesystem settings' bool 'External buffer cache' CONFIG_FS_EXTERNAL_BUFFER y if [ "$CONFIG_FS_EXTERNAL_BUFFER" == "y" ]; then int 'Number of external buffers' CONFIG_FS_NR_EXT_BUFFERS 64 fi bool 'Use XMS memory' CONFIG_FS_XMS n if [ "$CONFIG_FS_XMS" == "y" ]; then bool 'XMS RAM disk' CONFIG_FS_XMS_RAMDISK y bool 'XMS buffer cache' CONFIG_FS_XMS_BUFFER y if [ "$CONFIG_FS_XMS_BUFFER" == "y" ]; then int 'Number of XMS buffers' CONFIG_FS_NR_XMS_BUFFERS 1024 fi fi comment 'Executable file formats' bool 'Support compressed executables' CONFIG_EXEC_COMPRESS y bool 'Support OS/2 executables' CONFIG_EXEC_OS2 n if [ "$CONFIG_EXEC_COMPRESS" == "y" ]; then define_bool CONFIG_EXEC_MMODEL y else bool 'Support medium memory model' CONFIG_EXEC_MMODEL y 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