(note: this is not yet implemented)
This booter is intended for booting operating systems from floppy, hard disk or CDROM images. There is a memdisk program in syslinux bootloader by Peter Anvin. It can be loaded by any Linux kernel loader and takes the place of linux kernel. The floppy/harddisk image is used in place of initial ramdisk (initrd). The same functionality is implemented in GRUB4DOS, but GRUB4DOS can additionally load iso images and can implement an in-memory disk as well as use contiguous disk file. We would like to implement similar functionality, but as a separate multiboot kernel.