Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-21 | Implement a smaller puts | Palmer Dabbelt | |
The e31's init.c calls puts intsead of printf, which oddly enough is a lot bigger: since we wrap printf, puts pulls in a lot of newlib. This adds a wrapped puts so it's very small. |