PeterX wrote:You have UDP, not TCP?
My network stack is currently quite incomplete, and even my UDP support is still incomplete
PeterX wrote:Do only C++ programs run on Lemon OS? Or C programs, too?
C programs can run on the system, LibLemon is written in C++, however it is mainly for GUI and for the graphical C applications I have ported such as DOOM it was just a matter of dropping in a C++ file implementing the functions (create a window, etc.). [/quote]
PeterX wrote:EDIT: Your makefile is a bit confusing. What are the build instructions?
Build Instructions are here
https://github.com/fido2020/Lemon-OS/wi ... g-Lemon-OS, the Makefile is just a wrapper for the various scripts and applications such as Meson and Ninja that are part of the build process.