Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/boneill02/swerve-libc
- Owner: boneill02
- License: other
- Created: 2020-03-31T18:48:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T20:56:56.000Z (almost 2 years ago)
- Last Synced: 2024-11-24T22:12:09.352Z (2 months ago)
- Topics: c, i386, kernel, operating-system, osdev, unix
- Language: C
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.gfdl
- Authors: AUTHORS.md
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
().