Displaying 2 results from an estimated 2 matches for "pteshift".
2003 Aug 22
2
kernel: locore.s doesn't assemble (fillkpt, $PAGE_SHIFT, $PTESHIFT)
since august 8th, 2003 the kernel on my i386 pentiumIII won't compile.
the problem arises in locore.s with the definition of the constants
$PAGE_SHIFT and $PTESHIFT used in `shr' and `shl' instructions within
the macros `fillkpt' and `fillkptphys'.
i've tried to cvsup(1) RELENG_4 and RELENG_4_8 every day for over a
week now, but kernel builds (as part of a buildworld) don't work
anymore. i have set up an area different from the usual...
2003 Aug 22
3
PAE removal patch for testing
...sym.c /usr/src/sys/i386/i386/genassym.c
--- /usr/src/sys.old/i386/i386/genassym.c Thu Aug 21 18:35:33 2003
+++ /usr/src/sys/i386/i386/genassym.c Fri Aug 22 02:15:02 2003
@@ -96,10 +96,6 @@
ASSYM(NPDEPG, NPDEPG);
ASSYM(PDESIZE, PDESIZE);
ASSYM(PTESIZE, PTESIZE);
-ASSYM(PDESHIFT, PDESHIFT);
-ASSYM(PTESHIFT, PTESHIFT);
-ASSYM(NPGPTD, NPGPTD);
-ASSYM(NPDEPTD, NPDEPTD);
ASSYM(PAGE_SHIFT, PAGE_SHIFT);
ASSYM(PAGE_MASK, PAGE_MASK);
ASSYM(PDRSHIFT, PDRSHIFT);
Only in /usr/src/sys/i386/i386: genassym.c.orig
Only in /usr/src/sys/i386/i386: genassym.c.rej
diff -u -r /usr/src/sys.old/i386/i386/locore.s /usr/...