develop/fasm: Make normal CLI like in official version #258
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currenly arguments to FASM are pased like that
fasm foo.asm,foo.bin,/path/to/files
Which is weird and inconvenient.
Also now it impossible under KolibriOS to compile UEFI version of kernel, beacuse it requires passing a variable
fasm -m 65536 -dUEFI=1 kernel.asm bin/kernel.bin
For clarity: Is the issue just with running FASM inside KolibriOS ?
Yes.
programs/develop/fasm