]> Zhao Yanbai Git Server - minix.git/commitdiff
old reminder
authorBen Gras <ben@minix3.org>
Fri, 25 Sep 2009 17:58:23 +0000 (17:58 +0000)
committerBen Gras <ben@minix3.org>
Fri, 25 Sep 2009 17:58:23 +0000 (17:58 +0000)
kernel/main.c

index b847b2bef14104e5719496a96b209805b2248b9a..f9c710ab76e6788cd7ef3a6f49e2ba2e89fa078a 100755 (executable)
@@ -221,8 +221,6 @@ PRIVATE void announce(void)
       "Copyright 2009, Vrije Universiteit, Amsterdam, The Netherlands\n",
       OS_RELEASE, OS_VERSION);
   kprintf("MINIX is open source software, see http://www.minix3.org\n");
-
-  FIXME("pm, vfs, etc own page table");
 }
 
 /*===========================================================================*