Skip to content
/ OS Public

Exploration of a operating system creation

Notifications You must be signed in to change notification settings

Thiryn/OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS

Exploration of a operating system creation

Exploring the creation of an operating system following "Writing a Simple Operating System", by Nick Blundell

The aim of this project is just exploration and in the end the implementation of the network stack of a linux OS

Requirements

  • QEmu
  • nasm

Usage

To build the image :

$> nasm boot_sect.asm -f bin -o boot_sect.bin

To run the image :

$> qemu-system-x86_64 boot_sect.bin

About

Exploration of a operating system creation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published