Skip to content

willrandship/libc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libc

This is KnightOS's shared C library. Note that it is not compliant with any particular standard and doesn't even slightly resemble POSIX. That being said, where POSIX and KnightOS have similar functions, our libc does implement some of the things you'd find in a POSIX-compliant OS.

Compiling

First, install the KnightOS SDK.

$ knightos init
$ make

Installing

Use make package to get a package that you can install.

Contributing

This project follows the same standards for contribution as the rest of the KnightOS userspace. These standards are documented at KnightOS/KnightOS on GitHub.

About

KnightOS's C library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.4%
  • Assembly 33.1%
  • Makefile 2.5%
  • C++ 2.0%