Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Paralellization, oop, and classes

11 views
Skip to first unread message

unidef

unread,
Jun 10, 2019, 6:47:11 AM6/10/19
to
How plausible is it in the real world? Fast cpu, plenty of ram, fast
internet, the 600$ works

Let’s say we have class kernel, we can do (with our custom compiler)

CVAR main(/* args */)
{
Kernel *SYSTEM[MATRIX][MATRIX]; // to as many dimensions
(..)
Revolving_dma(system mutex, “message”) etc
Timing_thread(timed to messages and all that junk)
And while we’re at it
System->ai.collect(“think”)
}

Does this sound like an adequate, logical, useful method of making a Unix
operating system? I have code at https://unidef.net/quantum.source I will
slowly port to c++ in order to get encapsulation, inheritance, and full
multidimensional smart pointers and templates working unless someone else
wants to jump in

I don’t know about the posix compliance thing, I just want to get a c
compiler running on it and pray to portGod()->mercy;

--
“There is nothing certain in this world, aside from Death or Taxes” -
Benjamin Franklin
0 new messages