We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6fb05c commit 32e2781Copy full SHA for 32e2781
README.md
@@ -69,6 +69,24 @@ You can connect serial console using telnet
69
telnet localhost 1235
70
```
71
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
90
## Setup tap interface (for linux)
91
92
`make run` boots liumOS on QEMU with a tap interface on Linux host.
0 commit comments