Add the VDSO to the initrd

This commit is contained in:
Justin C. Miller
2019-10-10 00:14:46 -07:00
parent 991b13424e
commit 71fe3d733b
3 changed files with 12 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
# # initial application for the kernel to execute
# # on startup
[[files]]
dest = "vdso.so"
source = "host/libvdso.so"
[[files]]
dest = "screenfont.psf"
source = "../assets/fonts/tamsyn8x16r.psf"