Skip to content

ymdarake/write-your-own-operating-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Write your own Operating System

Setup

  • vagrant up to start Linux Mint for dev
  • in the Linux Mint started above, do:
    • cd ~/workspace/write-your-own-operating-system/src && sudo make mykernel.iso
    • start virtualbox to create vm manually
      • Name: My Operating System (specified in the Makefile)
      • Type: Other
      • Version: Other/Unknown
      • Hard drive: Do not add a virtual hard drive
      • Select start-up disk: ~/workspace/write-your-own-operating-system/src/mykernel.iso
    • then sudo make run to run your os

About

Sample code for the video "Write your own Operating System"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors