Skip to content

Commit

Permalink
Add RAM disk driver back into IBM PC build
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Mar 30, 2024
1 parent e6008e6 commit b880191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elks/arch/i86/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ CONFIG_BLK_DEV_FD=y
#
# Additional block devices
#
# CONFIG_BLK_DEV_RAM is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_RAMDISK_SEGMENT=0
CONFIG_RAMDISK_SECTORS=128
CONFIG_BLK_DEV_SSD_NONE=y
Expand Down
2 changes: 1 addition & 1 deletion ibmpc-1440.config
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ CONFIG_TRACK_CACHE=y
CONFIG_BLK_DEV_BHD=y
CONFIG_IDE_PROBE=y
CONFIG_ASYNCIO=y
# CONFIG_BLK_DEV_RAM is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_SSD_NONE=y
# CONFIG_BLK_DEV_SSD_TEST is not set
# CONFIG_BLK_DEV_SSD_SD8018X is not set
Expand Down

0 comments on commit b880191

Please sign in to comment.