Skip to content

Commit 32e2781

Browse files
committed
Update README.md
1 parent d6fb05c commit 32e2781

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,24 @@ You can connect serial console using telnet
6969
telnet localhost 1235
7070
```
7171

72+
### Run flags
73+
74+
Flags can be specified for `make run` command. Please check [qemu.mk](./qemu.mk) for more details.
75+
76+
Example:
77+
78+
```
79+
make run GUI=n GDB=nosuspend
80+
```
81+
82+
- `GUI`
83+
- `=y`: Enable GUI
84+
- `=n`: Disable GUI (enable VNC server)
85+
- `GDB`
86+
- `=n`: Disable gdb server in QEMU
87+
- `=suspend_on_boot`: Enable gdb server and wait for a connection on startup
88+
- `=nosuspend`: Enable gdb server and startup the machine normally without waiting for a gdb connection
89+
7290
## Setup tap interface (for linux)
7391

7492
`make run` boots liumOS on QEMU with a tap interface on Linux host.

0 commit comments

Comments
 (0)