This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
TsarN's profile picture

Uberkernel - Unix-like kernel

Started by TsarN, 23 February 2015 - 10:19 AM
TsarN #1
Posted 23 February 2015 - 11:19 AM
What is it?

It's Unix-like kernel, used in UberOS. It is being developed and documentation is being written too.

Features
  • Multitasking (multithreading) with daemons
  • User accounts (with module users)
  • Filesystem improvements (with module fsd): mount points, links, permissions
  • Ability to build kernel with drivers and modules into one single file
  • Custom filesystem drivers
  • Signal system
  • More to come!
How can I install it?

Well, you can't. It's just a kernel, base for operating systems. If you want an OS, based on it, check out [topic='21720']UberOS[/topic].

Screenshots are missing for the same reason. Checkout UberOS screenshots instead.

Github: https://github.com/T...ages/uberkernel
Edited on 27 February 2015 - 01:15 PM
Creator #2
Posted 24 February 2015 - 09:54 PM
Nice, but what would the benefit be? Why would I want to get this kernel?
Konlab #3
Posted 19 March 2015 - 04:38 PM
Nice, but what would the benefit be? Why would I want to get this kernel?
If you are lazy to make one for ur OS.
License?
TsarN #4
Posted 20 March 2015 - 06:45 AM
License?
MIT
Edited on 31 May 2015 - 08:02 AM