Some more multiple address space stuff

This page-faults. This is because the memory where the ELF should be is all zeroes, which the CPU tries to interpret.
This commit is contained in:
apio 2022-10-13 21:14:39 +02:00
parent bb7887a29d
commit cdb73836b0

View File

@ -87,10 +87,6 @@ extern "C" void _start()
PIC::enable_master(0b11111100); // enable keyboard and PIT
PIC::enable_slave(0b11111111);
kinfoln("Prepared PIC");
Interrupts::enable(); // Task switching commences here
kinfoln("Interrupts enabled");
PCI::scan([](PCI::Device& dev) {