File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,24 @@ You can connect serial console using telnet
69
69
telnet localhost 1235
70
70
```
71
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
+
72
90
## Setup tap interface (for linux)
73
91
74
92
` make run ` boots liumOS on QEMU with a tap interface on Linux host.
You can’t perform that action at this time.
0 commit comments