-
Notifications
You must be signed in to change notification settings - Fork 3
Build
Sukant Pal edited this page Jan 9, 2018
·
5 revisions
The kernel uses a automatic build system. All you need to do is create a circuit-iso
folder next to the folder in which you keep the source code. Also, create a boot subfolder & in the boot folder put a "grub" folder. In the grub folder make sure you put the "grub.cfg" configuration file.
set timeout=15
set default=0
menuentry "Silcos"
{
multiboot2 /boot/circuitk-1.02
module2 /boot/kernel.silcos.hal kernel.silcos.hal
module2 /boot/silcos.obmgr
module2 /boot/silcos.mdfrwk
module2 /boot/silcos.rsmgr
boot
}