From: John Hodge Date: Sun, 9 Mar 2014 07:55:23 +0000 (+0800) Subject: InitRD - Libc++, libm, bochs, dbserver X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=e3aca1210498cec4f1cb4d9337aeb774990194a0;p=tpg%2Facess2.git InitRD - Libc++, libm, bochs, dbserver --- diff --git a/KernelLand/Modules/Filesystems/InitRD/GenerateInitRD.php b/KernelLand/Modules/Filesystems/InitRD/GenerateInitRD.php index 3229ef23..5034b4ba 100644 --- a/KernelLand/Modules/Filesystems/InitRD/GenerateInitRD.php +++ b/KernelLand/Modules/Filesystems/InitRD/GenerateInitRD.php @@ -146,7 +146,7 @@ EOF; echo $path,"\n"; $size = filesize($path); - $_sym = "_binary_".str_replace(array("/","-","."), "_", $path)."_start"; + $_sym = "_binary_".str_replace(array("/","-",".","+"), "_", $path)."_start"; $gOutput .= "extern Uint8 {$_sym}[];"; $gSymFiles[] = $path; $gOutput .= <<