https://github.com/ivanceras/helloworldos
A minimal code for booting an OS using grub and prints hello world
https://github.com/ivanceras/helloworldos
Last synced: 10 months ago
JSON representation
A minimal code for booting an OS using grub and prints hello world
- Host: GitHub
- URL: https://github.com/ivanceras/helloworldos
- Owner: ivanceras
- License: mit
- Created: 2016-03-21T03:45:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-21T03:56:30.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T00:47:11.264Z (almost 2 years ago)
- Language: Assembly
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helloworldOS
A minimal code for booting an OS using grub and prints hello world
## Running
```
git clone https://github.com/ivanceras/helloworldOS
cd helloworldOS
./install_requirements.sh
make
```
## That would build the OS in a bootable .iso file launch virtual machine qemu using os.iso as the cd.