[haiku-commits] r43113 - haiku/trunk/docs/develop/ports/m68k

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 2 Nov 2011 15:51:16 +0100 (CET)

Author: mmu_man
Date: 2011-11-02 15:51:15 +0100 (Wed, 02 Nov 2011)
New Revision: 43113
Changeset: https://dev.haiku-os.org/changeset/43113

Added:
   haiku/trunk/docs/develop/ports/m68k/TODO
Log:
TODO list for the m68k port, for when I fix the kernel build.


Added: haiku/trunk/docs/develop/ports/m68k/TODO
===================================================================
--- haiku/trunk/docs/develop/ports/m68k/TODO                            (rev 0)
+++ haiku/trunk/docs/develop/ports/m68k/TODO    2011-11-02 14:51:15 UTC (rev 
43113)
@@ -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?
+


Other related posts:

  • » [haiku-commits] r43113 - haiku/trunk/docs/develop/ports/m68k - revol