/memory-of-snow

A toy 64 bit operating system.

Primary LanguageAssembly

Memory of Snow

Memory of Snow is a toy operating system which is created for studying theories of Computer Science.

Features

  • 64bit

How to complie?

  1. Install dependencies: You need GNU Complier Chain, nasm, bochs and qemu-system-i386
  2. Make and run it.
make run #or make debug