Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/copy05/lennox

[ABANDONED] The Lennox Kernel. inspired by linux. it's a simple and lightweight operating system
https://github.com/copy05/lennox

copy05 kernel lennox linux operating-system os unix unixporn

Last synced: about 2 months ago
JSON representation

[ABANDONED] The Lennox Kernel. inspired by linux. it's a simple and lightweight operating system

Awesome Lists containing this project

README

        

# Lennox
The **Lennox** Operating system is a simple and lightweight project inspired by linux but without the unix.

# Building
You require a **Linux mashine** to build Lennox. WSL Won't build it correctly!

```bash
sudo apt update && sudo apt upgrade -y && sudo apt autoremove
sudo apt install nasm grub-common xorriso mtools
bash build.sh
```