Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abummoja/box-os
The Box Os shell.
https://github.com/abummoja/box-os
android box-os cli cmd dos j2me java kernel linux no-gui operating-system os platform small-os windows
Last synced: 3 months ago
JSON representation
The Box Os shell.
- Host: GitHub
- URL: https://github.com/abummoja/box-os
- Owner: abummoja
- Created: 2024-02-15T15:37:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T10:13:54.000Z (5 months ago)
- Last Synced: 2024-08-04T11:30:04.332Z (5 months ago)
- Topics: android, box-os, cli, cmd, dos, j2me, java, kernel, linux, no-gui, operating-system, os, platform, small-os, windows
- Language: Java
- Homepage:
- Size: 452 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Box-Os
Box Os is a minimal operating system. It uses a microkernel written in go and some parts asm.
The shell (this repo) is written entirely in java. Essentially it's like android or j2me somehow. The kernel does most of the work and like a jvm implementation runs the java shell. It is still in development as a side project and once I'm done with it I'll release the complete shell. It runs on a customized jvm jre . The goal of this Os is for me to learn how OSes work under the hood , running a machine from bare metal and also to provide a secure system (I will avoid as much as possible using existing implementations of low level elements such as network code that is open source). I'd like to make it as safe as possible hence the kernel may not be open sourced unless otherwise.