Skip to content

cdrake1/drakeOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drakeOS

drakeOS is my first Operating System build using TypeScript and this 6502 instruction set. A simple definition of an Operating System is "A program that acts as an intermediary between a user of a computer and the computer hardware." This OS build will be separated into four sections denoted by Project 1, Project 2, and so on. After creating this repo and the name of my OS I realized DOS is already taken... SO I ended up changing it to... drakeOS!

Necessary Components?

To get started with drakeOS we will need the following:

  1. npm (Node)! Install npm either using homebrew (mac) or this link
  2. TypeScript! Simply run "npm install -g typescript" in a terminal window

Building and Running drakeOS

To build and run drakeOS follow the steps listed below:

  1. Run "tsc" in a terminal window
  2. Use the vscode ext. "Live server" to view the application or I have it hosted here...

About

Building an OS in Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published