Mateusz Viste

Results 9 issues of Mateusz Viste

When I call `pico_sntp_sync("1.2.3.4", &cb_sntp)`, picoTCP tries to resolve "1.2.3.4" as a hostname, generating DNS requests. I do not believe this is right - rather `pico_sntp_sync()` should either accept an...

enhancement

Here below is a screenshot of the page 28 from the documentation, as fetched from http://docs.picotcp.com/user_doc.pdf today. ![doc](https://cloud.githubusercontent.com/assets/9503501/11370058/36332c24-92c2-11e5-9a62-2a4d8bef9eb9.png) Following this documentation, I was expecting 0 to be returned on success,...

question

I have read the PDF documentation, and examined the header file of picoTCP's DNS client module, and the only way to add a DNS server seems to be `pico_dns_client_nameserver()`, which...

enhancement

this is another compatibility/portability problem - see the attached patch. picoTCP uses variadic define declarations that are specific to gcc. these declarations fail on OpenWatcom, I had to adapt them...

bug

Baralga comes with this neat feature of having a little "always on top" window in the top left corner of the screen. This is very cool! It would be even...

enhancement

boot the [attached floppy image](https://github.com/user-attachments/files/17365720/floppy.zip) with: ```` qemu-system-i386 -fda floppy.img -vga cirrus -m 4M -cpu 486 -machine isapc -no-hpet ```` Then, in the DOS prompt: ```` COPY BIG.A B:\BIG.B ````...

bug

SvarCOM relies on the INT 21h,Ah service to obtain user input. I noticed that if I interrupt SvarCOM with CTRL+C, then this happens: ![image](https://github.com/user-attachments/assets/64de76c2-de34-4dee-bf60-95daf6bcb3d0) The message is misleading because I...

bug

The EDR country.sys supports Poland NLS under codepage 852. This mimics what MS-DOS did back in the day, but it wasn't a popular choice in Poland since Poles did not...

enhancement

This follows a post on the [SvarDOS forum](http://svardos.org/?p=forum&thread=1700161021#1708941841). The EDR kernel relies on a custom format for country.sys and it appears there is no technical advantage for this, other than...

compatibility