Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cs50victor/lonnieos

An operating system simulator in python
https://github.com/cs50victor/lonnieos

c python3

Last synced: 29 days ago
JSON representation

An operating system simulator in python

Awesome Lists containing this project

README

        

# LonnieOS

![thumbnail](thumbnail.png)

## Run Operating System Simulator

```shell
python shell.py
```

## Project File Structure

- classes/ (all custom classes. PCBS, PROCESS etc)
- tests/ (unit testing framework being used - 'unittest')
- memory.json (manual operating system memory overwrite)
- shell.py (main file)
- shellConfig.py (shell configuration and helper functions)
- main.py (all user-accessible functions)

### File structure

```txt

shellConfig.py classes/
| | |
|-------|-------| |
| os.py
| |
tests/ shellConfig.py
| |
| main.py
| |
| |
--------> shell.py
```

[user manual pdf](Lonnie%20Operating%20System%20Manual.pdf)