Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basicallygit-os

A simple hobby operating system

Currently on boot only displays a welcome message, and a prompt that will echo back whatever the user types.

Building & Running

Prerequisites

  • nasm - Building the OS
  • qemu - Running the OS

Building

Run make in the root of this project

Running

Run the resulting binary in out/boot.bin directly from qemu:

qemu-system-x86_64 out/boot.bin
# OR
qemu-system-i386 out/boot.bin

About

A simple hobby operating system

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages