forked from KolibriOS/kolibrios
Ivan Baravy
ab9b1ebb4a
* Now there is a config file with boot options, example included. * Config, kernel and ramdisk are loaded from the disk, not compiled in. * DEVICES.DAT file is also optionally loaded from the disk. * Also, move the loader to /kernel/trunk/bootloader/uefi4kos. git-svn-id: svn://kolibrios.org@8092 a494cfbc-eb01-0410-851d-a64ba20cac60
3 lines
143 B
Lua
3 lines
143 B
Lua
if tup.getconfig("NO_FASM") ~= "" then return end
|
|
tup.rule("uefi4kos.asm", "fasm -dUEFI=1 -dextended_primary_loader=1 %f %o", "kolibri.efi")
|