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
- Host: GitHub
- URL: https://github.com/dotdot0/os_c
- Owner: dotdot0
- Created: 2024-06-30T16:43:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T05:41:30.000Z (about 2 years ago)
- Last Synced: 2025-09-18T13:08:26.332Z (10 months ago)
- Language: Assembly
- Homepage:
- Size: 17.6 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```