<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hello,<br>
<br>
On 17.01.2013 15:19, 김은석 wrote:<br>
</div>
<blockquote cite="mid:0MGR00JW9X4NGRC0@...138..."
type="cite">
<title>Samsung Enterprise Portal mySingle</title>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<style id="mysingle_style" type="text/css">P {
MARGIN-TOP: 5px; FONT-FAMILY: 굴림체, arial; MARGIN-BOTTOM: 5px; FONT-SIZE: 9pt
}
TD {
MARGIN-TOP: 5px; FONT-FAMILY: 굴림체, arial; MARGIN-BOTTOM: 5px; FONT-SIZE: 9pt
}
LI {
MARGIN-TOP: 5px; FONT-FAMILY: 굴림체, arial; MARGIN-BOTTOM: 5px; FONT-SIZE: 9pt
}
BODY {
LINE-HEIGHT: 1.4; MARGIN: 10px; FONT-FAMILY: 굴림체, arial; FONT-SIZE: 9pt
}
</style>
<meta name="GENERATOR" content="ActiveSquare">
<p> </p>
<p>Dear. Genode .</p>
<p> </p>
<p>I saw a issue when i build demo program with linux_x86 mode.</p>
<p>See bold text at following printed text.</p>
<p>I think that init process of genode is always received 79 MB
memory space when genode started.</p>
<p>I want to manipulate memory size up to about 500 MB.</p>
<p>Could you please advice me to solve this issue.</p>
<p> </p>
<p> </p>
<p>int main():153: --- create local services ---<br>
int main():204: --- start init ---<br>
int main():227: <strong>transferred <span style="COLOR:
#ff0000">79</span> MB to init</strong><br>
int main():234: --- init created, waiting for exit condition ---<br>
[init] parent provides<br>
[init] service "ROM"<br>
[init] service "RAM"<br>
[init] service "IRQ"<br>
[init] service "IO_MEM"<br>
[init] service "IO_PORT"<br>
[init] service "CAP"<br>
[init] service "PD"<br>
[init] service "RM"<br>
[init] service "CPU"<br>
</p>
<p>Best regards.</p>
<p>Eunseok</p>
</blockquote>
<br>
you can change this memory limit in the file '<span
class="js-selectable-text css-truncate css-truncate-target">base-linux/src/core/platform.cc',
it's the line which says:</span><br>
<br>
static char _core_mem[80*1024*1024];<br>
<br>
Christian<br>
<br>
</body>
</html>