Thanks to visit codestin.com
Credit goes to github.com

Skip to content

An OS that can learn to do anything with any number of input and output devices connected and has @true mode for provable computations

License

Notifications You must be signed in to change notification settings

1m1-github/AbstractOS.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in progress ... nearly done

AbstractOS == InfoOS == JuliaOS == HumanOS == EngineerOS == MagicOS

A computer operating system that can learn to do anything

Use

Install Julia: https://julialang.org/downloads/

Download: https://github.com/1m1-github/AbstractOS.jl (this repository)

Edit: AbstractOS.jl to choose your intelligence, to choose the knowledge available on system start, to choose the devices that you are using, and choose the paths where the system will run [this is your OS config file]

Run: julia -t NUM_THREADS (1 < NUM_THREADS) to start the JVM (Julia virtual machine) and include(AbstractOS.jl) inside the JVM

REPL/terminal gives access backend to the virtual machine

Run: next("some_command")

Core

core.jl gives the plug-in intelligence access to all input and output devices and the ability to learn (add to knowledge)

Knowledge

Adding knowledge is what gives and retains ability to the sytem. The bare core has only the ability to learn (plus the abilities of the bare JVM)

imi's knowledge is kept here: https://github.com/1m1-github/AbstractOS-Knowledge

About

An OS that can learn to do anything with any number of input and output devices connected and has @true mode for provable computations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages