Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sid110307/InsiderOS
A minimalistic Operating System.
https://github.com/Sid110307/InsiderOS
cpp development kernel os ovmf uefi
Last synced: 2 months ago
JSON representation
A minimalistic Operating System.
- Host: GitHub
- URL: https://github.com/Sid110307/InsiderOS
- Owner: Sid110307
- License: mit
- Created: 2021-12-23T12:59:42.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T14:23:35.000Z (7 months ago)
- Last Synced: 2024-07-30T20:57:33.411Z (5 months ago)
- Topics: cpp, development, kernel, os, ovmf, uefi
- Language: C
- Homepage:
- Size: 2.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InsiderOS
> A minimalistic Operating System that I'm developing for no apparent reason (What am I doing with my life?).
## Quick Start
### Windows
> Note: I've not tested this on a Windows machine, so I'm not sure if it will work.
- Clone the repository
```dos
git clone https://github.com/Sid110307/InsiderOS.git
```- Run the `build.bat` file in the root directory
```dos
cd InsiderOS
build.bat
```- Copy the image to an empty USB drive
```dos
copy kernel/bin/InsiderOS.img /usb/drive
```- Reboot your computer.
- Enter the boot menu (F10 or F12 for most computers).
- Select the USB drive to boot.### Linux
- Clone the repository
```sh
git clone https://github.com/Sid110307/InsiderOS.git
```- Run the `build.sh` file in the root directory
```sh
cd InsiderOS
./build.sh
```- Copy the image to an empty USB drive
```sh
cp kernel/bin/InsiderOS.img /usb/drive
```- Reboot your computer.
- Enter the boot menu (F10 or F12 for most computers).
- Select the USB drive to boot.