Quentindeve / rust_limine_barebones

Basic Rust kernel using Limine
BSD Zero Clause License
24 stars 0 forks source link

Limine bootloader error #4

Open Narasimha1997 opened 2 years ago

Narasimha1997 commented 2 years ago

Limine bootloader fails to load the elf file generated.

I get the following errors:

  1. On limine latest binary (as of today)

    Elf error: Failed to allocate memory ranges
  2. On v2.24:

    Elf64: Load Failure

Maybe did you miss any flags? Or is it the fault of limine bootloader?

rdrpenguin04 commented 2 years ago

It is very possible that you missed something in your code; try posting your code here or on either the OSDev or Limine servers.