Block a user
Standardize naming of
KolibriOS
develop/fasm: Make normal CLI like in official version
For clarity: Is the issue just with running FASM inside KolibriOS ? Yes.
programs/develop/fasm
Add FASM macros from programs/ to IMG and ISO
develop/fasm: Make normal CLI like in official version
malloc() in libc.obj gets at least 4k every time
Previous devepers told that heap alloc must not be requested for a small portions, such feature has to be done at app level. I say the same thing, sysfn if okay, malloc in library is not okay
malloc() in libc.obj gets at least 4k every time