Moved "bios" to "os"

This commit is contained in:
Daniele Verducci su MatissePenguin
2020-12-30 20:14:03 +01:00
parent ef58b417e6
commit 53022fdafc
16 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
org 0xA000 ; Set starting position to ram
include '../bios/main.asm'
include '../os/main.asm'