UEFI bootloader: Passing the memory map to our kernel

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 2

  • @growwithanshuman
    @growwithanshuman 11 дней назад +1

    Is zig really going thing now?

    • @falconcode
      @falconcode  11 дней назад +2

      Zig does grow on you. Once you get used to the weird things you'll find that it's a very useful language. I think of it as C if it wasn't designed 3000 years ago.
      For the kernel I want to write part of me wants to go back to C and use some of the magic functionality, but another part wants to stick with zig (because it does not have such magic functionality). Not decided yet ATM.
      Hope that answers you question :)