Hi Matthew,

On Tue, Nov 26, 2019 at 2:51 AM Matthew Weekley <tweekl...@comcast.net>
wrote:

> How would one recommend doing so using grub? I have noticed that OSv
> doesn't support multiboot, or so it seems to me. I am not a grub expert by
> any means so that's why I am asking for some help. I am doing a school
> research project on Unikernels and am looking to show performance increase
> running that running a unikernel as a standalone provides.
>

Look arch/x64/boot32.S and you will see Multiboot 1 compatible boot header.
My assumption is that "loader.bin" should be bootable under GRUB. You could
look into "grub-mkrescue", for example, to generate a bootable ISO image:

https://wiki.osdev.org/GRUB

Please also note that most OSes have moved over to Multiboot 2, which is
not backward compatible with Multiboot 1. I think GRUB 2 supports the older
variant, but if you hit unexpected problems, make sure it's not related to
Multiboot 1/2 differences.

- Pekka

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/CAGUyND_RYvJrDco2%2B%2Bx0%2BTXq9%3D1KbUB%3D8jue82APHGzmUcpv8A%40mail.gmail.com.

Reply via email to