libera/#mezzano - IRC Chatlog
Search
3:53:09
Vinapocalypse
idk if yall have seen the "Programmers are also human" YT channel - most of their jokes are so-so to me but they did a video recently about esoteric languages which was v funny
9:59:50
iska
anyone has a clue why efi has that memory limit to begin with, and can I remove it? cc fitzsim
11:53:01
froggey
hmm, interesting. there's no xapic2 support. I guess it should do some validation to make sure the apic version is right
11:55:12
froggey
local apic stuff is all handled by supervisor>x86-64>cpu.lisp, it's used for the preemption timer & smp support
12:14:53
froggey
I'm not sure that works, I always produced a raw image, flattened that, then generated the iso from the new flattened image
12:27:17
iska
actually, my own cdrom I made a while back gives me a panic in efi too. Clears up a lot of things
12:33:43
iska
still doesn't clear up why it exactly needs iso in uefi to get further than a black screen
13:23:09
froggey
basically the bootloader is very dumb when doing memory allocation during load, and if the image is large or fragmented that causes more allocations within the loader, which exhausts the internal heap