rswier / swieros

A tiny hand crafted CPU emulator, C compiler, and Operating System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use busybox?

kbrock opened this issue · comments

Hi,

You may want to take at replacing glibc with uClib
And possibly replace your custom commands with busybox

FWIW/

Keenan

Thanks. I have a few ideas floating around in my head about where I want to take this, but I'm waiting for the ideas to gel. I recognize that the current design of the library modules (the plan-9'ish u.h/libc.h) does not promote enough cross-fertilization with the "real world."

cool.
I don't know your goals, but saw the word minimal. Even the headers are pretty stripped down.
So thought cutting down on glibc would help. wikipedia has some good links.

just wanted to make sure that was on your radar.

Funny thing.
When I'm reading this, I keep expecting this to be programmed in go or rust.

Happy Hacking,
Keenan