PERFORCE change 33725 for review

Peter Wemm peter at FreeBSD.org
Thu Jun 26 19:38:15 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=33725

Change 33725 by peter at peter_hammer on 2003/06/26 19:37:25

	mark off some finished items

Affected files ...

.. //depot/projects/hammer/TODO.txt#3 edit

Differences ...

==== //depot/projects/hammer/TODO.txt#3 (text+ko) ====

@@ -1,4 +1,4 @@
-$P4: //depot/projects/hammer/TODO.txt#2 $
+$P4: //depot/projects/hammer/TODO.txt#3 $
 
 reread the logs etc and check out the "XXX worry about this later" stuff
 
@@ -29,9 +29,6 @@
 (peter: basic functionality, uses -fno-omit-frame-pointer.. disassembler
  still expects 32 bit code but compiles)
 
-libstdc++.so (build bug, tries to link libgcc.a (non-pic) into the .so,
-    but the libstdc++.a works).
-
 crashdumps?
 
 teach libkvm about crashdumps. (need to lookup KPML4, 4 level page tree etc)
@@ -49,9 +46,6 @@
 SSE MXCSR register as well as the x87 control word - netbsd have already
 done this, we can look at theirs)
 
-increase direct map base size to 4GB to cover all of pci mapping space
-so that pmap_mapdev can use it without consuming kvm.
-
 factor out common compat/freebsd32/* and compat/ia32/* from ia64 and amd64
 trees.  freebsd32 should be for running 32 bit binaries on a 64 bit kernel,
 while ia32 is for special MD bits.  Lots of missing syscalls.
@@ -70,3 +64,10 @@
 
 boot blocks (need gcc -m32 to work)
 (fixed in p4 tree, needs binutils patches etc)
+
+increase direct map base size to 4GB to cover all of pci mapping space
+so that pmap_mapdev can use it without consuming kvm.
+
+libstdc++.so (build bug, tries to link libgcc.a (non-pic) into the .so,
+    but the libstdc++.a works).
+


More information about the p4-projects mailing list