https://github.com/mopp/axel
Operating System
https://github.com/mopp/axel
nasm operating-system os x86-64
Last synced: 12 days ago
JSON representation
Operating System
- Host: GitHub
- URL: https://github.com/mopp/axel
- Owner: mopp
- License: mit
- Created: 2013-09-17T15:06:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T15:56:28.000Z (over 5 years ago)
- Last Synced: 2025-03-26T03:04:31.162Z (29 days ago)
- Topics: nasm, operating-system, os, x86-64
- Language: Rust
- Homepage:
- Size: 10.5 MB
- Stars: 103
- Watchers: 16
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Axel
[](LICENSE)
Axel Accelerates All For Me !
Axel is general purpose operating system which is written by [Rust](https://www.rust-lang.org/) and some assembly languages([nasm](http://www.nasm.us/), ARM assembly).
The current OS architecture is monolithic kernel.## Support architecture
- [ ] x86_32
- [ ] x86_64
- [ ] arm6 (Raspberry pi zero)## Requirements
We need some tools to build Axel.
- gcc
- binutils
- rust (nightly)
- xargo
- nasm
- qemu
- ld
- make
- grubIn case of Arch Linux, you can install these software easily to execute below commands.
```console
# For ARM architecture.
yaourt -S arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib# For x86_32 architecture.
yaourt -S gcc-multilib nasm qemu
```## Build
```console
make run_cdrom
```## License
The MIT License (MIT)
See [LICENSE](./LICENSE)## :)
