how to build an ISO for sel4
Duss Pirmin
pirmin.duss at gapfruit.com
Wed Aug 21 07:32:42 CEST 2019
hello minskey
On 21.08.19 03:34, guo minskey wrote:
> Hi, all,
>
> Is there any guide to build an ISO for seL4/genode for x86_64 platform ?
>
> I am new to Genode. I downloaded an ISO ( built by alex ??), which works
> in qemu-kvm, but doesn't work on my Intel NUC hardware. I want to take
> a look into it and see if I can enable it on my hardware. But for the first step,
> I have to know how to build an ISO.
To create an ISO for sel4/genode you create a build directory with
'tool/create_builddir x86_64'.
This creates a build directory at 'build/x86_64'. Now you can edit the
build.conf file which is located in 'build/x86_64/etc/build.conf'.
In this file you can set many things to control the build process. What
I normally do is the following:
- Uncomment the line #MAKE += -jX and set the number to match my core
count
- uncomment the line #KERNEL ?= nova.
This selects the kernel to use by default, if none is provided on the
command line (KERNEL=xxxx)
- Add a run opt to specify the output format (disk,uefi or iso)
For this one adds a RUN_OPT += --include image/[disk|uefi|iso] line.
- Depending on the run scripts to run uncomment the
'REPOSITORIES +=xxx' lines
Best regards,
Pirmin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.genode.org/pipermail/users/attachments/20190821/d8a74dff/attachment.sig>
More information about the users
mailing list