diff options
Diffstat (limited to 'posts')
| -rw-r--r-- | posts/2021-12-25-running-golang-application-as-pid1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/2021-12-25-running-golang-application-as-pid1.md b/posts/2021-12-25-running-golang-application-as-pid1.md index a3dc078..9913dfb 100644 --- a/posts/2021-12-25-running-golang-application-as-pid1.md +++ b/posts/2021-12-25-running-golang-application-as-pid1.md | |||
| @@ -15,7 +15,7 @@ Tags: [] | |||
| 15 | 6. [Preparing PID 1 application in Golang](#preparing-pid-1-application-in-golang) | 15 | 6. [Preparing PID 1 application in Golang](#preparing-pid-1-application-in-golang) |
| 16 | 7. [Running all of it with QEMU](#running-all-of-it-with-qemu) | 16 | 7. [Running all of it with QEMU](#running-all-of-it-with-qemu) |
| 17 | 8. [Size comparison](#size-comparison) | 17 | 8. [Size comparison](#size-comparison) |
| 18 | 9. [Creating ISO image and running with VirtualBox](#creating-iso-image-and-running-with-virtualbox) | 18 | 9. [Creating ISO image and running it with Gnome Boxes](#creating-iso-image-and-running-it-with-gnome-boxes) |
| 19 | 10. [Is running applications as PID 1 even worth it?](#is-running-applications-as-pid-1-even-worth-it) | 19 | 10. [Is running applications as PID 1 even worth it?](#is-running-applications-as-pid-1-even-worth-it) |
| 20 | 20 | ||
| 21 | ## Unikernels, kernels, and alike | 21 | ## Unikernels, kernels, and alike |
| @@ -233,7 +233,7 @@ total 12M | |||
| 233 | -rw-r--r--. 1 m m 1.9M Dec 27 01:19 initramfs | 233 | -rw-r--r--. 1 m m 1.9M Dec 27 01:19 initramfs |
| 234 | ``` | 234 | ``` |
| 235 | 235 | ||
| 236 | ## Creating ISO image and running with VirtualBox | 236 | ## Creating ISO image and running it with Gnome Boxes |
| 237 | 237 | ||
| 238 | First we need to create proper folder structure with `mkdir -p iso/boot/grub`. | 238 | First we need to create proper folder structure with `mkdir -p iso/boot/grub`. |
| 239 | 239 | ||
