64-bits kernel that can launch crystal code.
Available targets for make :
- kernel : create kernel-x86_64.bin in the build folder
- iso : create a bootable iso ( build/os-x86_64.iso )
- run : Run QEMU ( qemu-system-x86_64 )
- Fork it ( https://github.com/TechMagister/crkernel64/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- TechMagister - creator, maintainer