Search found 11 matches

by stack
Tue Sep 13, 2022 7:43 pm
Forum: Miscellaneous
Topic: FASM default path
Replies: 12
Views: 7527

Re: FASM default path

Peace, brother.
by stack
Mon Sep 12, 2022 7:14 pm
Forum: Miscellaneous
Topic: FASM default path
Replies: 12
Views: 7527

Re: FASM default path

I too understand the choice, and respect all the work that went into it. I am a big fan. But I would say it is an incorrect choice. You can always make a quick GUI for a command-line application without any changes to the application, moving that 5% into a separate and isolated piece of code. But, y...
by stack
Sun Sep 11, 2022 8:57 pm
Forum: Miscellaneous
Topic: FASM default path
Replies: 12
Views: 7527

Re: FASM default path

Valery: Yes! Even a minimal command-line environment with piping would make everything much, much better. Text utilities are composable and without GUI code are much, much smaller. At minimum, it would be nice to be able to assemble from the command line, right? I don't want to complain -- thank you...
by stack
Sat Sep 10, 2022 8:27 pm
Forum: Miscellaneous
Topic: FASM default path
Replies: 12
Views: 7527

Re: FASM default path

Valery: I take it you are not a Linux guy... :)
by stack
Sat Sep 10, 2022 6:29 pm
Forum: Miscellaneous
Topic: FASM default path
Replies: 12
Views: 7527

Re: FASM default path

Somewhere in or around fasm, EXAMPLE.ASM is stuck into the GUI. I just want to be able to change it. I understand the workflow, but with a shell I can script commands. With GUI I have to click on a bunch of things to get my file and path, which is fine once, but gets really exhausting every time I r...
by stack
Fri Sep 09, 2022 10:13 pm
Forum: Miscellaneous
Topic: Configuring and saving configuration
Replies: 4
Views: 6504

Re: Configuring and saving configuration

Just saw discussion at https://board.kolibrios.org/viewtopic.p ... 871#p53871...
The author found the most confusing way to do this.
by stack
Fri Sep 09, 2022 9:12 pm
Forum: Coding
Topic: Шпаргалки
Replies: 6
Views: 17702

Re: Шпаргалки

What font are you using? On ubuntu 21.04 (us english)
shpa.png
shpa.png (136.44 KiB)
Viewed 15399 times
by stack
Fri Sep 09, 2022 9:06 pm
Forum: Miscellaneous
Topic: FASM default path
Replies: 12
Views: 7527

Re: FASM default path

Valery, thank you for the video. I would prefer to use CEdit because of black background. I not a fan of IDEs (I use vim and emacs and command shell, and all the linux utilities...). I am sad FASM does not work on the command line... KolibriOS would be much better with a solid text-mode envirnoment,...
by stack
Fri Sep 09, 2022 6:26 pm
Forum: Miscellaneous
Topic: FASM default path
Replies: 12
Views: 7527

FASM default path

I am developing in fasm inside KolibriOS. Every time I open FASM, it defaults its path to sys with file example.asm. I have to change it every time I restart. I finally figured out how to save system configuration with rdsave, but fasm default is not saved. I looked at all .INI files, but can't find...
by stack
Fri Sep 09, 2022 6:21 pm
Forum: Miscellaneous
Topic: Configuring and saving configuration
Replies: 4
Views: 6504

Re: Configuring and saving configuration

Thank you. floppy kolibri.img boot and rdsave seems to work.

I think it's a bug that rdsave lets you select a path. It should let you select a _device_, such as /fd/1.
by stack
Fri Sep 09, 2022 2:13 am
Forum: Miscellaneous
Topic: Configuring and saving configuration
Replies: 4
Views: 6504

Configuring and saving configuration

Feel free to reply in Russian. I am using qemu, booting from cd-rom and floppy - no problem. Changing a few settings (default fasm directory, for instance). How to make the change permanent? Saving ramdisk does not work, and/or I don't understand what it means. I can save it within the emulated file...