You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elfloader-basic/README.md
+89Lines changed: 89 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,3 +255,92 @@ ELFs using require additional configuration of the ELF Loader.
255
255
You can customize the ELF Loader build debug messages.
256
256
For that, use the ["Configure" step](#configure) enable the [`ukdebug` library](https://github.com/unikraft/unikraft/tree/staging/lib/ukdebug) and its other options.
257
257
Then, build and run again.
258
+
259
+
### Use a Different Filesystem Type for QEMU
260
+
261
+
You can use [`9pfs`](https://github.com/unikraft/unikraft/tree/staging/lib/9pfs) as an alternate filesystem to initrd.
262
+
Note that 9pfs does not work with Firecracker.
263
+
And it requires re-building Xen to add 9pfs support.
264
+
Below find instructions on running Nginx on QEMU with 9pfs support.
265
+
266
+
You need to use these contents for the [`Config.uk`](Config.uk) configuration file:
267
+
268
+
```text
269
+
# Configure ELF loader application, with networking support.
0 commit comments