<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><span style="color: rgb(33, 33, 33); font-size: 12pt;">>As far as the setup, I would recommend setting up qemu for actually running the LLD-linked kernel and custom bootloader etc. because then you can have a single >script that rebuilds the bootloader and
 kernel and copies the files to the VM. This reduces iteration time significantly.</span><br>
</p>
<div style="color: rgb(33, 33, 33);">
<div>
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<div>>Davide is the one that set that up and could probably provide more details, but qemu docs might be good enough that you can set things up without much effort </div>
<div>>(not sure though).</div>
<div>> </div>
<div>>-- Sean Silva</div>
<div> ​<br>
</div>
<div>By the way, yesterday I configured "smallest possible kernel", linked it with BFD and launched under QEMU.<br>
</div>
<div>It is very small and takes a few seconds to build it from scratch for me, used next article:<br>
</div>
<div><a href="http://mgalgs.github.io/2015/05/16/how-to-build-a-custom-linux-kernel-for-qemu-2015-edition.html">http://mgalgs.github.io/2015/05/16/how-to-build-a-custom-linux-kernel-for-qemu-2015-edition.html</a><br>
</div>
<div><br>
</div>
<div>Now I am going to link it with LLD and check if it boots or now. </div>
<div>I think that should be fastest way - boot that little core and then enable features<br>
</div>
<div>one by one or group by group and fix other things on the road.<br>
</div>
<div><br>
</div>
<div>Previously I also worked on a patches for kernel but did not try to minimize it and used some default configuration,<br>
</div>
<div>what probably was good for finding mutliple issues from all sides, but not ideal way to fix/test startup and things.<br>
</div>
<div><br>
</div>
<div>George.<br>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>