diff --git a/docs/develop/ports/m68k/TODO b/docs/develop/ports/m68k/TODO new file mode 100644 index 0000000000..a75d4dadbe --- /dev/null +++ b/docs/develop/ports/m68k/TODO @@ -0,0 +1,4 @@ +- fix the VM stuff that broke after the Great VM Overhaul(tm). +- optimization: remove M68KPagingStructures[*]::UpdateAllPageDirs() and just allocate all the kernel page root entries at boot and be done with it. It's not very big anyway. +- possibly other optimizations in the VM code due to not supporting SMP? +