develop/fasm: Make normal CLI like in official version #258

Open
opened 2025-05-31 12:37:38 +02:00 by rgimad · 2 comments
Owner

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

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`
rgimad added the
Category/Applications
FASM
Kind
Enhancement
Priority
Medium
labels 2025-05-31 13:50:30 +02:00
Member

For clarity: Is the issue just with running FASM inside KolibriOS ?

For clarity: Is the issue just with running FASM *inside* KolibriOS ?
Author
Owner

For clarity: Is the issue just with running FASM inside KolibriOS ?

Yes. programs/develop/fasm

> For clarity: Is the issue just with running FASM *inside* KolibriOS ? Yes. `programs/develop/fasm`
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#258
No description provided.