Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 457 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 457 Bytes

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