Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 777 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 777 Bytes

crkernel64

64-bits kernel that can launch crystal code.

Usage

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 )

Inspiration taken from :

Contributing

  1. Fork it ( https://github.com/TechMagister/crkernel64/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors