Skip to content

SureDisappointment/sureOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sureOS

x86-64 operating system written in Intel Assembly and C

Building the kernel image

Required Software

Windows users:

Windows Setup

  • Install the mingw-gcc-g++ package
  • Install GNU make: choco install make

Linux Setup

Install the gcc and make package for your distribution

Build

Run all commands from the root directory of the repository.

Enter the docker container: make docker-run

Inside the docker container: make build-x86_64

Running the kernel image using qemu

Windows Setup

  • Install Chocolately
  • Install GNU make: choco install make

Linux Setup

Install the make package for your distribution

Run qemu

make run-x86_64