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

https://github.com/dotdot0/os_c

Creating a 32 bit x86 hobby Operating System
https://github.com/dotdot0/os_c

Last synced: 9 months ago
JSON representation

Creating a 32 bit x86 hobby Operating System

Awesome Lists containing this project

README

          

# NULL OS
An hobby x86 32 bit Operating System

Try it for yourself:
- Build:
First install the cross compiler, nasm and qemu.
```
make
```

- Run:
```
make run
```

- Clean:
```
make clean
```