cosmos as monolithic kernel #2633
AsertCreator
started this conversation in
Ideas
Replies: 2 comments
-
nope, devs said that we should more likely just update gen2 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Gen 3 was scraped |
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.
-
i came up to an idea of making cosmos a monolithic kernel stored as separate file, while os code will be stored in another file, like linux's
init
file which initializes system. this will make cosmos somewhat modular. however, this requires dynamic linker, threading and paging support.so, this needs to be implemented in gen3ok, noP.S. some people got clr implemented in .net. but it lacks jit. so we need to compile as files to native using il2cpu (or perhaps nativeaot?) for better performance
Beta Was this translation helpful? Give feedback.
All reactions