Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/copy05/lennox
- Owner: Copy05
- Created: 2023-05-07T12:12:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T11:51:32.000Z (about 1 year ago)
- Last Synced: 2023-10-23T12:39:44.089Z (about 1 year ago)
- Topics: copy05, kernel, lennox, linux, operating-system, os, unix, unixporn
- Language: C
- Homepage:
- Size: 2.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```