Results 3 issues of Max Schlüssel

In Hyper-V, for some reason even though the MADT reports the IO/APIC to be present at `0xFEC00000`, a GPF occurs when writing to the REGSEL MMIO register. This causes a...

In this PR I‘m porting the whole system from x86 to x86_64, switching from GRUB2 to Limine in the process. This finally also brings UEFI support and vastly improves compatibility...

**Description** Currently when defining explicitly defining an object of type `Options` with `columns` and passing it to `parse`, the TypeScript compiler will complain: const options: Options = { onRecord: this.filterRow.bind(this),...