32 lines
729 B
Markdown
32 lines
729 B
Markdown
# MxRox
|
|
|
|
Mixray's small OS
|
|
|
|
## How to use
|
|
|
|
```bash
|
|
make clean # removes target/, kernel/target/, kernel/Cargo.lock
|
|
make build # builds iso image
|
|
make run # run iso image
|
|
make run-kernel # run kernel
|
|
```
|
|
|
|
## Roadmap
|
|
|
|
<ul><li>- [x] </li></ul> Hello World
|
|
|
|
### Resources
|
|
|
|
Internet resources where I found most information about OS dev
|
|
|
|
- https://github.com/cirosantilli/x86-bare-metal-examples/tree/master/multiboot/hello-world
|
|
- http://wiki.osdev.org/Bare_Bones
|
|
- https://gitea.bedohswe.eu.org/bedohswe/bootsector_tictactoe/
|
|
|
|
|
|
### Contributing
|
|
|
|
If you would like to contribute to the project, feel free to fork the repository and submit a pull request.
|
|
|
|
### License
|
|
This project is licensed under the WTFPL License |