Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 663 Bytes

File metadata and controls

28 lines (17 loc) · 663 Bytes

Contributing

This is a monolithic x86_64 OS.

Getting Started

Before contributing, I would suggest reading the three following articles from the OSDev Wiki.

  1. Required Knowledge
  2. Beginner Mistakes
  3. Getting Started

To get the project running:

  • Set up a cross-compiler targeting x86_64-elf
  • Use an emulator (e.g., QEMU)
  • Clone the repo and start exploring

Coding style

Code style is defined in .editorconfig.

Submitting Changes

  1. Fork the repository
  2. Create a feature branch.
  3. Open pull request.