Skip to content

Commit

Permalink
Increase Stack Size to 64 KB
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Feb 12, 2024
1 parent 4a04c22 commit 3b66269
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -65,3 +65,6 @@ tools/gdb/__pycache__
/build
.ccls-cache
compile_commands.json
hello.S
init.S
initrd
2 changes: 2 additions & 0 deletions boards/risc-v/qemu-rv/rv-virt/configs/knsh64/defconfig
Expand Up @@ -77,6 +77,7 @@ CONFIG_NSH_FILEIOSIZE=512
CONFIG_NSH_FILE_APPS=y
CONFIG_NSH_READLINE=y
CONFIG_PATH_INITIAL="/system/bin"
CONFIG_POSIX_SPAWN_DEFAULT_STACKSIZE=65536
CONFIG_RAM_SIZE=2097152
CONFIG_RAM_START=0x80200000
CONFIG_RAM_VSTART=0x80200000
Expand All @@ -95,4 +96,5 @@ CONFIG_SYSTEM_NSH=y
CONFIG_SYSTEM_NSH_PROGNAME="init"
CONFIG_TESTING_GETPRIME=y
CONFIG_TESTING_OSTEST=y
CONFIG_TLS_LOG2_MAXSTACK=16
CONFIG_USEC_PER_TICK=1000

0 comments on commit 3b66269

Please sign in to comment.