Preparing for Build
- Download l4re-snapshot-xxx.tar.xz from http://os.inf.tu-dresden.de/download/snapshots-oc/
- Open /etc/profile file, add the below line. It will set the PATH permanently.
export PATH=/home/beam/workspace/l4re2013091917/bin:$PATH
Build Fiasco
- $ cd /unpacked_path/src/kernel/fiasco
- $ make BUILDDIR=mybuild
- $ cd mybuild
- $ make config
In config menu, choose as the following items: (lscpu command helps u to print the information about OS)
- Target configuration:
- Architecture: IA-32
- CPU: Core 2
- Kernel options:
- Enable multi processor support (NEW): 4
- $ make