tools: add tool to generate kernel boot cd image

This commit is contained in:
2023-05-06 21:34:02 +01:00
parent a9e95db39b
commit 90afd997e6
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
menuentry "Socks Kernel" {
multiboot /boot/socks_kernel
boot
}