Getting Started

Getting Started #

This guide will help you get started with the development of the project.

Prerequisites #

Before you start, make sure you have the following prerequisites:

  • Rust installed on your system.
  • QEMU installed on your system.
  • NASM installed on your system.
  • GNU Make installed on your system.
  • Git installed on your system.

Setup #

To get started, clone the project repository:

git clone https://github.com/HaldiH/TetanOS.git tetanos
cd tetanos

Build #