-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2091 from ghaerr/config
[kernel] Enhance buildimages.sh and emulator scripts, add DMASEGEND in config.h
- Loading branch information
Showing
7 changed files
with
236 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Helper to run PC98 images in DosBoxX (dosbox-x-sdl2) | ||
# | ||
|
||
# 1232k image from './buildimages.sh fast' | ||
exec ./dosbox-x-sdl2 -set machine=pc98 -set "dosbox quit warning=false" -fastlaunch -c "boot image/fd1232-pc98.img" | ||
|
||
# just-built 1232k image | ||
#exec ./dosbox-x-sdl2 -set machine=pc98 -set "dosbox quit warning=false" -fastlaunch -c "boot image/fd1232.img" | ||
|
||
# 1440k image | ||
#exec ./dosbox-x-sdl2 -set machine=pc98 -set "dosbox quit warning=false" -fastlaunch -c "boot image/fd1440-pc98.img" | ||
|
||
# 1440k IBM image | ||
#exec ./dosbox-x-sdl2 -set "dosbox quit warning=false" -fastlaunch -c "boot image/fd1440.img" | ||
|
||
# 2880k IBM image | ||
#exec ./dosbox-x-sdl2 -set "dosbox quit warning=false" -fastlaunch -c "boot image/fd2880-fat.img" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
# | ||
# Automatically generated by make menuconfig: don't edit. | ||
# | ||
|
||
|
||
# | ||
# Kernel & Hardware | ||
# | ||
|
||
|
||
# | ||
# System | ||
# | ||
|
||
# CONFIG_ARCH_IBMPC is not set | ||
# CONFIG_ARCH_8018X is not set | ||
CONFIG_ARCH_PC98=y | ||
|
||
# | ||
# Kernel settings | ||
# | ||
|
||
CONFIG_BOOTOPTS=y | ||
# CONFIG_ASYNCIO is not set | ||
CONFIG_CPU_USAGE=y | ||
CONFIG_TIME_RTC_LOCALTIME=y | ||
CONFIG_TIME_TZ="JST-9" | ||
# CONFIG_TRACE is not set | ||
# CONFIG_TIMER_INT0F is not set | ||
# CONFIG_TIMER_INT1C is not set | ||
CONFIG_FARTEXT_KERNEL=y | ||
|
||
# | ||
# Networking Support | ||
# | ||
|
||
CONFIG_SOCKET=y | ||
# CONFIG_NANO is not set | ||
CONFIG_INET=y | ||
# CONFIG_UNIX is not set | ||
|
||
# | ||
# Filesystem Support | ||
# | ||
|
||
CONFIG_MINIX_FS=y | ||
# CONFIG_ROMFS_FS is not set | ||
CONFIG_FS_FAT=y | ||
CONFIG_FS_EXTERNAL_BUFFER=y | ||
CONFIG_FS_NR_EXT_BUFFERS=64 | ||
# CONFIG_FS_XMS_BUFFER is not set | ||
CONFIG_EXEC_COMPRESS=y | ||
CONFIG_EXEC_OS2=y | ||
CONFIG_EXEC_MMODEL=y | ||
|
||
# | ||
# Drivers | ||
# | ||
|
||
|
||
# | ||
# Block device drivers | ||
# | ||
|
||
CONFIG_BLK_DEV_BFD=y | ||
# CONFIG_BLK_DEV_FD is not set | ||
CONFIG_TRACK_CACHE=y | ||
# CONFIG_BLK_DEV_BFD_HARD is not set | ||
CONFIG_BLK_DEV_BHD=y | ||
# CONFIG_IDE_PROBE is not set | ||
# CONFIG_BLK_DEV_RAM is not set | ||
CONFIG_BLK_DEV_SSD_NONE=y | ||
CONFIG_BLK_DEV_CHAR=y | ||
|
||
# | ||
# Character device drivers | ||
# | ||
|
||
CONFIG_CONSOLE_DIRECT=y | ||
# CONFIG_CONSOLE_BIOS is not set | ||
# CONFIG_CONSOLE_8018X is not set | ||
# CONFIG_CONSOLE_HEADLESS is not set | ||
# CONFIG_KEYBOARD_SCANCODE is not set | ||
# CONFIG_CONSOLE_SERIAL is not set | ||
CONFIG_EMUL_ANSI=y | ||
# CONFIG_KEYMAP_BE is not set | ||
# CONFIG_KEYMAP_DE is not set | ||
# CONFIG_KEYMAP_DV is not set | ||
# CONFIG_KEYMAP_ES is not set | ||
# CONFIG_KEYMAP_FR is not set | ||
# CONFIG_KEYMAP_IT is not set | ||
# CONFIG_KEYMAP_SE is not set | ||
# CONFIG_KEYMAP_UK is not set | ||
CONFIG_KEYMAP_US=y | ||
CONFIG_CHAR_DEV_RS=y | ||
CONFIG_CHAR_DEV_LP=y | ||
CONFIG_CHAR_DEV_MEM=y | ||
CONFIG_PSEUDO_TTY=y | ||
|
||
# | ||
# Network device drivers | ||
# | ||
|
||
# CONFIG_ETH is not set | ||
|
||
# | ||
# Userland | ||
# | ||
|
||
CONFIG_APPS_BY_IMAGESZ=y | ||
CONFIG_APPS_1232K=y | ||
# CONFIG_APPS_FTRACE is not set | ||
# CONFIG_APP_OTHER is not set | ||
# CONFIG_APP_TEST is not set | ||
# CONFIG_APP_MAN_PAGES is not set | ||
# CONFIG_SYS_DEFSHELL_SASH is not set | ||
# CONFIG_SYS_NO_BININIT is not set | ||
|
||
# | ||
# Target image | ||
# | ||
|
||
# CONFIG_IMG_MINIX is not set | ||
CONFIG_IMG_FAT=y | ||
# CONFIG_IMG_ROM is not set | ||
CONFIG_IMG_FD1232=y | ||
CONFIG_IMG_DEV=y | ||
CONFIG_IMG_BOOT=y | ||
# CONFIG_APPS_COMPRESS is not set | ||
# CONFIG_IMG_EXTRA_IMAGES is not set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters