/Xento

Hobby operating system made from scratch

Primary LanguageRustMIT LicenseMIT

Xento

GitHub code size in bytes GitHub issues GitHub

Xento aims to be a modern and elegant 64-bit operating currently targeted at the x86 family of processors.

Based on phil-opp/blog_os

Commands

Building:

cargo kbuild

Running in QEMU:

cargo krun

Burning img file onto USB

sudo dd bs=4M if=target/x86_64-xento/release/boot-uefi-xento.img of=/dev/sdb conv=fdatasync status=progress

Contributing

Contributions are always welcome!

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/NewFeature)
  • Commit your Changes (git commit -m 'Add a new feature')
  • Push to the Branch (git push origin feature/NewFeature)
  • Open a Pull Request

License

Xento is licensed under the MIT license. See license for more details.