Replies: 1 comment
-
|
It may be useful for get newlib (or some other C library) ported to BareMetal again. https://github.com/ReturnInfinity/BareMetal-newlib I had newlib running before but last I checked it wouldn't compile. Ideally we would use the latest version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For people like me that gravitates towards C, it will be nice to have a printf implementation (not fully functional, but with a few cases to make it useful to print-debug or probe the kernel tables).
can be under the folder "utils" and written on the shoulders of b_output, I'm using this poor man printf, that we can use as a starting point:
printf.h
printf.c
I'm using it like this:
with the follwing result

we can reimplement the sysinfo.app the following way
what gives this result

Beta Was this translation helpful? Give feedback.
All reactions