Skip to content
/ osdev Public
forked from gynvael/osdev

The pseudo-OS I'm working on on my livestreams

Notifications You must be signed in to change notification settings

pajadam/osdev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSDev

The pseudo-OS I'm working on on my livestreams.

How to build and run project?

You need to use simple Python script. Just run it using python manage.py with one of following arguments:

  • build - generate our disk image
  • run - run generated disk image in bochs
  • test - build and run
  • clean - empty temp directory

What is in project's directories?

  • /src - Code
  • /scripts - Building scripts in python
  • /conf - Bochs config
  • /bin - Generated disk image
  • /tmp - Directory with temporary files

About

The pseudo-OS I'm working on on my livestreams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 60.3%
  • Assembly 24.3%
  • Python 15.1%
  • Objective-C 0.3%