byteduck / duckOS

An x86 monolithic kernel and operating system written in modern C++. Comes with in-house graphical applications and command line utilities, plus ports of existing software. And yes, it runs DOOM!
GNU General Public License v3.0
618 stars 25 forks source link

LibC: Add defines to float.h #24

Closed PF94 closed 2 years ago

PF94 commented 2 years ago

This adds most of the required float.h defines besides FLT_ROUNDS, which requires a function. It does make libpng be able to "fully build" until it can't link due to unrelated LibM shenanigans.

byteduck commented 2 years ago

Looks good!