Search found 11 matches

by CandyMan
Sun Feb 26, 2023 2:10 pm
Forum: Compilers and programming
Topic: Open source debugger for KolibriOS with build fasm assembler
Replies: 9
Views: 7104

Re: Open source debugger for KolibriOS with build fasm assembler

Small change. I added switching between gray and default palette after pressing F12 key (after loading program/"victim").
by CandyMan
Tue Dec 27, 2022 1:47 pm
Forum: File managers
Topic: Necromancer's Dos Navigator for KolibriOS
Replies: 6
Views: 5059

Re: Necromancer's Dos Navigator for KolibriOS

There is already a new version of Necromancer's Dos Navigator (v3.00.0008).

Now there are 3 new versions: MenuetOS, Solaris and SigmaOS.
by CandyMan
Fri Sep 02, 2022 5:35 pm
Forum: Miscellaneous
Topic: Make pause in playing sound via PC speaker
Replies: 6
Views: 2475

Re: Make pause in playing sound via PC speaker

This is not a solution because there may be several pauses and it is not known when each part has already been played. It would be best if the value 0 or the currently defined error 0x81 value was used.
by CandyMan
Wed Aug 31, 2022 11:22 am
Forum: Miscellaneous
Topic: Make pause in playing sound via PC speaker
Replies: 6
Views: 2475

Re: Make pause in playing sound via PC speaker

Pause requires the loudspeaker to be turned off for a while.
I have looked at the source code and there is nothing like it. :(
by CandyMan
Wed Aug 24, 2022 5:05 pm
Forum: Miscellaneous
Topic: Make pause in playing sound via PC speaker
Replies: 6
Views: 2475

Make pause in playing sound via PC speaker

How do I pause without sound between two sounds in one string?
I using function 0x55.

Melody:
DB 21h
DW 0115h
DB 21h
DW 0149h
;Here i want pause
DB 21h
DW 0149h
DB 21h
DW 0115h
DB 0
by CandyMan
Tue Dec 07, 2021 6:21 pm
Forum: English
Topic: Some questions.
Replies: 3
Views: 3862

Re: Some questions.

Thanks.
by CandyMan
Tue Dec 07, 2021 1:32 pm
Forum: English
Topic: Some questions.
Replies: 3
Views: 3862

Some questions.

Hi!

Is there any way in KolibriOS to detect disk type and its size, occupancy, free space and cluster size (FAT, NTFS and others)?
When will the File Rename feature work?
What kind of disks starting with /sd0/ (please decode the abbreviation/name)?

Best regards,
CandyMan
by CandyMan
Mon Aug 02, 2021 8:58 pm
Forum: File managers
Topic: Necromancer's Dos Navigator for KolibriOS
Replies: 6
Views: 5059

Re: Necromancer's Dos Navigator for KolibriOS

KPG wrote:Nice!
! нагрузка на процессор 100%?
(Processor load on 100%)
My CPU usage was 15%. I was able to reduce it to 5%.
by CandyMan
Mon Aug 02, 2021 12:56 pm
Forum: Compilers and programming
Topic: Open source debugger for KolibriOS with build fasm assembler
Replies: 9
Views: 7104

Re: Open source debugger for KolibriOS with build fasm assembler

I added the ability to take a screenshot to the file "/tmp0/1/dump0000.txt" after pressing the [Menu] key.
by CandyMan
Sun Aug 01, 2021 10:55 am
Forum: File managers
Topic: Necromancer's Dos Navigator for KolibriOS
Replies: 6
Views: 5059

Necromancer's Dos Navigator for KolibriOS

I released test version Necromancer's Dos Navigator for KolibriOS. Necromancer's Dos Navigator [NDN] is a clone of the famous "Norton Commander". It uses an easy to use and learn text-mode interface, is highly customizable, and has a lot of features. You can download it for other systems (...
by CandyMan
Sun Aug 01, 2021 10:36 am
Forum: Compilers and programming
Topic: Open source debugger for KolibriOS with build fasm assembler
Replies: 9
Views: 7104

Open source debugger for KolibriOS with build fasm assembler

This debugger is based on MTDBG and KFAR programs. With the Tab key you go to one of 4 windows. After pressing the letter you will automatically go to the edit field at the bottom of the screen. You can enter a command here. All commands of the MTDBG program work. Additionally, with the "a"...