This website requires JavaScript.
Explore
Help
Register
Sign In
apio
/
Luna
Watch
1
Star
1
Fork
0
You've already forked Luna
Code
Issues
Pull Requests
Actions
Projects
Releases
8
Wiki
Activity
A simple POSIX-based operating system for 64-bit computers
184
Commits
3
Branches
21
Tags
11
MiB
C++
86.3%
C
10.2%
Shell
1.7%
CMake
1.4%
Assembly
0.4%
cb60e418b2
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
apio
cb60e418b2
Add vprintf, (v)sprintf and (v)snprintf to libc + move the non v-printfs to stdio.cpp, since they can now call their v-variants and thus don't depend on internal_printf
2022-10-03 19:59:33 +02:00
apps
Add printf() and puts(), quite primitive, looks like hex printing isn't there yet...
2022-10-03 19:00:10 +02:00
initrd
Remove userspace for now
2022-09-24 21:29:10 +02:00
kernel
Moon 0.9-dev
2022-10-02 21:19:49 +02:00
libs
Add vprintf, (v)sprintf and (v)snprintf to libc + move the non v-printfs to stdio.cpp, since they can now call their v-variants and thus don't depend on internal_printf
2022-10-03 19:59:33 +02:00
tools
Fix setup-binutils and setup-gcc
2022-10-02 19:58:52 +02:00
.clang-format
Ready. Set. Go!
2022-09-05 16:13:51 +02:00
.gitignore
Adjust build system to be more flexible and to work with the new toolchain
2022-10-02 12:44:32 +02:00
luna.json
Don't build such a small image
2022-09-26 17:55:16 +02:00
Makefile
Rename SYS_version to SYS_getversion
2022-10-02 17:25:56 +02:00