klange / toaruos

A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
https://toaruos.org/
University of Illinois/NCSA Open Source License
6.09k stars 476 forks source link

Implement `sysconf(3)` #254

Open klange opened 2 years ago

klange commented 2 years ago

sysconf() provides runtime querying of system configuration values. Most values returned by sysconf can be entirely determined in the libc, so this might not even need to imply any system calls.