Skip to content

wqyeo/SleepOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SleepOS

An x86_64 Operating System.

To build

Instructions tested in Debian 12, x86_64 machine.

  1. Install NASM compiler. sudo apt install nasm
  2. Clone the repository. git clone https://github.com/wqyeo/SleepOS
  3. cd SleepOS
  4. Ensure that the compile script have sufficient permissions. sudo chmod 777 compile.sh
  5. Compile. ./compile.sh

Running with QEMU

  1. Install QEMU sudo apt-get install qemu-system
  2. Ensure emulator script have sufficient permissions. sudo chmod 777 qemu-emulate.sh
  3. Emulate and run. ./qemu-emulate.sh