Fixed ELF loading again, memory management needs to be redone properly

This commit is contained in:
Jozef Nagy 2025-04-16 23:11:21 +02:00
parent 67f719c73f
commit 819a24ab8d
Signed by untrusted user who does not match committer: crz
GPG key ID: 459A4811CEAC7068
9 changed files with 68 additions and 28 deletions

View file

@ -10,6 +10,8 @@ brew "make"
brew "gptfdisk"
brew "xorriso"
brew "qemu"
brew "llvm"
brew "lld"
brew "util-linux" if OS.mac?
brew "gsed" if OS.mac?