Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryskram/cylinos
https://github.com/cryskram/cylinos
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryskram/cylinos
- Owner: cryskram
- Created: 2022-03-16T11:35:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T11:38:07.000Z (almost 3 years ago)
- Last Synced: 2024-04-20T13:02:47.654Z (9 months ago)
- Language: Makefile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CylinOS
An OS made for timepass :)# Prerequisite
1. Any Linux based OS## Installation
Run the following commands in your terminal
- `make loader.o`
- `make kernel.o`
- `make cylin.bin`
- `make install`
- add the following to /boot/grub/grub.cfg file```
### BEGIN MYKERNEL ###
menuentry 'CylinOS' {
multiboot /boot/cylin.bin
boot
}
### END MYKERNEL ###
```