start new:
tmux
start new with session name:
tmux new -s myname
To remove a submodule you need to:
| #!/bin/bash | |
| # Cores reserved for the host machine | |
| # Must include QEMU IO/Emulation cores if configured | |
| # Ex: 1st Core -> reserved=0 | |
| # Ex: 1st & 2nt Cores -> reserved=0,1 | |
| # Ex: 1st Physical Core (16 Virtual Cores) -> reserved=0,8 | |
| reserved=0,8 | |
| # Host core range numbered from 0 to core count - 1 |