Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2007 23:10:22 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 128649 for review
Message-ID:  <200711042310.lA4NAMGr086656@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=128649

Change 128649 by gonzo@gonzo_jeeves on 2007/11/04 23:09:27

	o gxemul emulates 64M of memory

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips32/malta/malta_machdep.c#3 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips32/malta/malta_machdep.c#3 (text+ko) ====

@@ -167,7 +167,7 @@
 	printf("entry: mips_init()\n");
 
 	bootverbose = 1;
-	realmem = btoc(16 << 20);
+	realmem = btoc(64 << 20);
 
 	for (i = 0; i < 10; i++) {
 		phys_avail[i] = 0;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711042310.lA4NAMGr086656>