Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
/ vowelOS Public archive

A simple operating system made for one thing ... Counting the vowels in a specific word

License

Notifications You must be signed in to change notification settings

Jotrorox/vowelOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vowel OS

GitHub Top Language Badge GitHub Language Count Badge GitHub Repository Size Badge GitHub License Badge GitHub Issues Badge GitHub Stars Badge

🚧 Vowel OS 🚀 Archived... 🚧


About   |   Features   |   Development Requirements   |   Development Setup   |   Getting Started   |   Contributing   |   License   |   Author


🎯 About

Oh, It is that time of the week again ... I'm doing weird things based of the ideas by CodingSloth (I can still recommend his Newsletter btw.). And yeah this time I think I really got bored, because guess what I wrote an entire operating system, only to do the coding exercise. So this is this project just try and enjoy it and if you need anything just tell me.

✨ Features

Be warned this is still in early development so it may not work as well as you'd (or I'd) hope it would.

✔️ Booting
✔️ User Input
✔️ Program Loop
✔️ Vowel Counting
✖️ Colorful Printing

If you want more info or help just hit me up with the ways listed in the Starting section or on my website (jotrorox.com)

✅ Development Requirements

Before starting 🏁, you need to have Git, GCC Cross-Compiler and nasm installed. (Atleast that should be it)


I also really can recomment you using qemu to develop and run this.

🏁 Starting (Development Setup)

# Clone this project
$ git clone https://github.com/Jotrorox/vowelOS

# Go into that directory
$ cd vowelOS

# Build the Project
$ ./build.sh

# Run the Project
$ ./build.sh run

If you encounter Problems just hit me up, I'm happy to help you get started
You can do that over matrix: @jotrorox:matrix.org or Discord: https://discord.gg/RVr4cceFUt

💨 Getting Started

So you really wanna use this for god knows what?
Here you go I guess ...

# Build an ISO
$ ./build.sh iso

Then just run it of a usb or in virtualbox

🙌 Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📝 License

This project is under the AGPLv3 License. For more details, see the LICENSE file.


Made with ❤️ by Jotrorox

 

Back to top