aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-12-27 08:35:54 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-12-27 08:35:54 +0100
commitf30268b82de2e150f9bc410e8e8f7f1ff51c3b9c (patch)
treeee7c2d58e54c618d868802194c4b9ef9df03a811 /posts
parent5d03373461b0dbb928835f2cc14d95893916ad99 (diff)
downloadmitjafelicijan.com-f30268b82de2e150f9bc410e8e8f7f1ff51c3b9c.tar.gz
Content fix
Diffstat (limited to 'posts')
-rw-r--r--posts/2021-12-25-running-golang-application-as-pid1.md4
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: []
156. [Preparing PID 1 application in Golang](#preparing-pid-1-application-in-golang) 156. [Preparing PID 1 application in Golang](#preparing-pid-1-application-in-golang)
167. [Running all of it with QEMU](#running-all-of-it-with-qemu) 167. [Running all of it with QEMU](#running-all-of-it-with-qemu)
178. [Size comparison](#size-comparison) 178. [Size comparison](#size-comparison)
189. [Creating ISO image and running with VirtualBox](#creating-iso-image-and-running-with-virtualbox) 189. [Creating ISO image and running it with Gnome Boxes](#creating-iso-image-and-running-it-with-gnome-boxes)
1910. [Is running applications as PID 1 even worth it?](#is-running-applications-as-pid-1-even-worth-it) 1910. [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
238First we need to create proper folder structure with `mkdir -p iso/boot/grub`. 238First we need to create proper folder structure with `mkdir -p iso/boot/grub`.
239 239