From: <mi...@us...> - 2004-02-02 23:24:55
|
Update of /cvsroot/gc-linux/linux/arch/ppc/platforms In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30067/arch/ppc/platforms Modified Files: gamecube.c Log Message: we can now use up to about 23 MB or RAM Index: gamecube.c =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/ppc/platforms/gamecube.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- gamecube.c 30 Jan 2004 14:03:07 -0000 1.8 +++ gamecube.c 2 Feb 2004 23:22:47 -0000 1.9 @@ -16,7 +16,7 @@ unsigned long gamecube_find_end_of_memory(void) { - return 8*1024*1024; + return 24*1024*1024 - (640*576*2); /* 24 MB minus max. framebuffer */ } void __init |