@iyzsong hi, and sorry for late response! No problem.
I finally tested your emulator, and have some feedback. Overall, it works pretty fine, but there are some small problems: 1.…
To include it, you need to use KolibriOS TUP build system:
- Add proper
Tupfile.luato emulator source code folder.
Hi, it seems tup doesn't want to work with zig build, which will…
Add association and icon for .rom files, thanks.
Also implement the file device (without stat op), and remove the MPL-2.0 license file (which I think should be in the root folder so that each…
would you like to add it to the main KolibriOS repository, as part of image autobuild, or to a separate repository, as a separate downloadable program?
I'd like add it to the main repository.…
Did you implement Zig cross-compiler for KolibriOS? Or ported compiler directly into system?
No, I simply use the official zig on Linux, its freestanding x86 target seems work well to…