[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Load a flat-form binary file into memory
From: |
Erik Helin |
Subject: |
Re: Load a flat-form binary file into memory |
Date: |
Tue, 24 Jan 2012 22:12:10 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Tue, Jan 24, 2012 at 10:34:48AM -0800, Jordan Uggla wrote:
> Yes, "module /path/to/multiboot/module" (just like in grub legacy).
> "insmod" is for loading grub's own modules.
Works perfect, just tried it!
In case anyone else is trying to do this, the kernel has to be loaded
before the module is loaded, for example:
section "os" {
multiboot /path/to/kernel
module /path/to/module
boot
}
Jordan, thank you so much for your help!
// Erik