lkml.org 
[lkml]   [2006]   [Jan]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
Date
From
SubjectRe: [PATCH] Address space split configuration
This (below) is NOT a kernel patch, but anyone running VMware
will need something like it when using the 2G-2G split:

Cheers



--- vmware-config.pl.orig 2006-01-10 10:05:55.000000000 -0500
+++ vmware-config.pl 2006-01-10 10:07:29.000000000 -0500
@@ -2593,7 +2593,9 @@
my $first;

$first = lc(substr($fields[0], 0, 1));
- if ($first =~ /^[4567]$/) {
+ if (lc(substr($fields[0],0,2)) =~ /^78$/) {
+ $first = '78000000';
+ } elsif ($first =~ /^[4567]$/) {
$first = '40000000';
} elsif ($first =~ /^[89ab]$/) {
$first = '80000000';--- vmware-config.pl.orig 2006-01-10 10:05:55.000000000 -0500
+++ vmware-config.pl 2006-01-10 10:07:29.000000000 -0500
@@ -2593,7 +2593,9 @@
my $first;

$first = lc(substr($fields[0], 0, 1));
- if ($first =~ /^[4567]$/) {
+ if (lc(substr($fields[0],0,2)) =~ /^78$/) {
+ $first = '78000000';
+ } elsif ($first =~ /^[4567]$/) {
$first = '40000000';
} elsif ($first =~ /^[89ab]$/) {
$first = '80000000';
\
 
 \ /
  Last update: 2006-01-10 16:14    [W:0.077 / U:0.196 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site