clang-libdos icon indicating copy to clipboard operation
clang-libdos copied to clipboard

A "sub standard" C library for real-mode dos applications

Results 3 clang-libdos issues
Sort by recently updated
recently updated
newest added

Why is it compiling through assembly? It is slower, and (at least with clang-9) it doesn't even build. With clang-9 it builds everything for dosbox 100% fine.

This patch set makes gcc fully supported and enabled by default.

Accessing it with flat pointer doesn't really work. It works on some emulators only when loaded at the "lucky" address. With this patch it works everywhere.