Re: [hatari-devel] Running Linux in Hatari? |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
On Samstag, 16. März 2019 01:29:00 CET Eero Tamminen wrote: > What exactly the --lilo option does?
Essentially, it is a bootloader for the linux kernel built into aranym. The parameters are taken from the config file:
[LILO] Kernel = system/vmlinux Args = root=/dev/hda1 video=atafb:vga16 stram_swap=0 debug=par Ramdisk = LoadToFastRam = No
>is there some specific API that should be implemented?
Yes, the kernel expects certain things to be passed via a bootinfo structure. It is implemented in https://github.com/aranym/aranym/blob/master/src/bootos_linux.cpp
|
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |