An open API service indexing awesome lists of open source software.

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

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.