Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boneill02/swerve-libc

libc for swerve
https://github.com/boneill02/swerve-libc

c i386 kernel operating-system osdev unix

Last synced: 12 days ago
JSON representation

libc for swerve

Awesome Lists containing this project

README

        

# swerve libc

The standard C library for swerve.

## Prerequisites for building

* [GNU Binutils cross-compiled for
swerve](https://gitlab.com/swegbun/swerve-binutils)
* [GCC cross-compiled for swerve](https://gitlab.com/swegbun/swerve-gcc)
* GNU Make

## Building

1. Edit `config.mk` to your liking
1. Run `make -j2` (note: you should change 2 to the number of processor threads
you have)

## Copying

All of the source code for the libc are licensed under the GNU GPL v3 (see
LICENSE.gpl), unless otherwise noted. All documentation (in the doc directory)
is licensed under the GNU FDL v1.3 (see LICENSE.gfdl), unless otherwise noted.
All videos, images, and audio are licensed under the Creative Commons
Attribution Share-Alike 3.0 Unported License
().