Skip to content

mzeric/osloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS Loader

multiboot Specification: https://www.gnu.org/software/grub/manual/multiboot/multiboot.html

How to Load

in grub.cfg

set timeout=1
set default=0

menuentry "rtems"{

        multiboot /osloader
        module /kernel_64.elf
        boot
}


support

  • load elf_64 image
  • detect the load address from the image itself
  • load binary

todo

  • support parameters

About

multiboot os loader boot x86_64 kernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published