search for: ptesiz

Displaying 2 results from an estimated 2 matches for "ptesiz".

Did you mean: ptesize
2003 Aug 22
2
kernel: locore.s doesn't assemble (fillkpt, $PAGE_SHIFT, $PTESHIFT)
...movl %eax, %ebx ; shrl $PAGE_SHIFT, %ebx ; shll $PTESHIFT,%ebx ; addl (( KPTphys )-KERNBASE) ,%ebx ; orl $0x001 ,%eax ; orl %edx ,%eax ; 1: movl %eax,(%ebx) ; addl $PAGE_SIZE,%eax ; addl $PTESIZE,%ebx ; loop 1b /tmp/ccOO8Chb.s:2512: Error: suffix or operands invalid for `shr' shrl $PAGE_SHIFT,%ecx /tmp/ccOO8Chb.s:2513: Error: suffix or operands invalid for `shr' /tmp/ccOO8Chb.s:2513: Error: suffix or operands invalid for `shl' movl %eax, %ebx...
2003 Aug 22
3
PAE removal patch for testing
...face.c.rej diff -u -r /usr/src/sys.old/i386/i386/genassym.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....