toncho11

Results 64 comments of toncho11

There are not may things one can do with functional network ... so it will be better to fix tinyirc. Maybe I can work on this in the future. Tinyirc...

I tried two small IRC clients to compile, but: - C++ is not supported in ELKS? - some headers were missing in the compiler when trying a C IRC client

Nice digression. We need that 👍 By the way is it possible to change the priority of a process in ELKS? There is a nice sys call, but no nice...

There is [another solution](http://www.alfonsomartone.itb.it/fhlvnr.html): _Alfonso Martone found a way to convert DOS Turbo-C programs to enable these to run with ELKS. For this he developed the exe2elks DOS utility program...

I compiled a minimal program that draws a rectangle with Turbo C and then applied exe2elks. For the map file generated by Turbo C and required by exe2elks there are...

Here it is: [DEMO3.zip](https://github.com/jbruchon/elks/files/5561939/DEMO3.zip)

If this is the correct disassembly: [DEMO3.txt](https://github.com/jbruchon/elks/files/5562109/DEMO3.txt) then it means that there are 19 int $0x21 DOS calls ... more than I have hoped.

OK I see now ... probably I need to use the .bat file provided by Alfonso to set the proper options of tcc and tlink ... to generate a better...

Ok it is going to take much more time. Turbo C loads a graphical driver. So that is why there were many int 21 calls I suppose. It access the...

This is a direct example of Alfonso: [HELLO.zip](https://github.com/jbruchon/elks/files/5565832/HELLO.zip) It says "invalid argument". We need to fix that first before going deeper into the graphics library. How do you disassemble it?...