1The m68k port 2############# 3 4The Motorola 68000 is an old CPU and not a reasonable target for Haiku. However, later models 5which are equipped with a memory management unit could work (slowly). 6 7There is work in progress to target Atari, Amiga, and NeXT hardware platforms. 8 9Todo list 10========= 11 12- 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. 13- possibly other optimizations in the VM code due to not supporting SMP? 14 15Target platforms information 16============================ 17 18.. toctree:: 19 20 /kernel/arch/m68k/amiga 21 /kernel/arch/m68k/atari 22