kana2001 / operating-system

A kernel for a basic operating system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My operating system

A kernel for a basic operating system. Assembly language assembeled using the Netwide Assembler (NASM). GNU Compiler Collection (GCC) was used to cross compile C++ code. QEMU was used to emulate a computer to run the operating system.

To use in QEMU

Use this command in terminal: qemu-system-x86_64 OS.bin

About

A kernel for a basic operating system


Languages

Language:Assembly 86.2%Language:C++ 13.8%