cool! 10x!
Mircea
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Cristian Paslaru
> Sent: Tuesday, July 31, 2001 12:15 PM
> To: [EMAIL PROTECTED]
> Subject: [rlug] Re: vmware
>
>
> On Tue, 31 Jul 2001, Silviu Marin-Caea wrote:
>
> > 2.0.4-1142 merge cuiva cu kernel 2.4.7? Ca la mine se buleste
> > compilarea vmmon.. nu-i convine o schimbare din headerele lui 2.4.7
>
> Aplica si tu patch-ul atasat:
> # patch -p0 < pgalloc.patch
>
> Apoi tar atasat pune-l in /usr/lib/vmware/modules/source/.
> E vorba de vmmon.tar.
> Daca tar-ul nu apare pe lista, ti-l pot trimite pe personala.
>
> Daca te uiti si tu la surse ai sa te prinzi.
> Mie imi merge VMware-ul, dupa ce am facut modificarile astea, fara nici o
> problema.
>
> --
> Cristian Paslaru
> http://devel.iasi.ro
>
>
>
> -- Binary/unsupported file stripped by Listar --
> -- Type: APPLICATION/x-tar
> -- File: vmmon.tar
>
>
> -- Attached file included as plaintext by Listar --
> -- File: pgalloc.patch
>
> --- include/asm-i386/pgalloc.h.orig Tue Jul 31 12:08:00 2001
> +++ include/asm-i386/pgalloc.h Sat Jul 21 18:32:20 2001
> @@ -6,6 +6,14 @@
> #include <asm/fixmap.h>
> #include <linux/threads.h>
>
> +/* PAGE_SHIFT determines the page size */
> +#define PAGE_SHIFT 12
> +#define PAGE_SIZE (1UL << PAGE_SHIFT)
> +#define PAGE_MASK (~(PAGE_SIZE-1))
> +
> +#define __PAGE_OFFSET (0xC0000000)
> +#define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET)
> +
> #define pgd_quicklist (current_cpu_data.pgd_quick)
> #define pmd_quicklist (current_cpu_data.pmd_quick)
> #define pte_quicklist (current_cpu_data.pte_quick)
>
> ---
> Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
> unsubscribe from this list.
>
>
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.