DiskPoppy

Results 7 comments of DiskPoppy

The workaround is to have the pointer that is the argument to `lookup` be `align(1)` and then optionally `@alignCast` it.

I think it's because it's trying to install the header from `zig-cache/o` but the header is generated in the root dir instead.

Update: even a simple program that doesn't link to anything except libc fails with the same error.

Could the previous behavior be enabled in compatibility settings? VLDC8 is also broken.

I should mention that it doesn't matter what they are included with, be it incbin, incsrc, table, %prot_source.

From what I can remember it just caused confusion, but it was solved I think by replacing `incbin "../"` with `incbin "/../"`, same with incsrc, in the prot_file and prot_source...