Skip to content

shelt/treebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clOS

Kernel for experimental filesystem/OS in which executing programs are isolated within their working directory. Files and folders do not have permissions- instead, unelevated programs executing in userspace are sandboxed within the directory from which they were executed (by their parent process).



toolchain

For now, the project uses a simple i686-elf target. You may find this on your distro's repos, though binaries are available here: 
https://github.com/rm-hull/barebones-toolchain



building & running

$ . toolchain/setenv.sh     # If i686-elf toolchain not on PATH
$ cd kernel
$ make clean
$ make run

About

Experimental kernel design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published