Implement boot2 sysmodule.

This commit is contained in:
Michael Scire
2018-05-01 10:58:19 -06:00
parent 6a7afc5ce8
commit e7e28fbc57
3 changed files with 350 additions and 0 deletions

4
.gitignore vendored
View File

@@ -75,3 +75,7 @@ stratosphere/loader/out/**
stratosphere/loader/build/**
stratosphere/sm/out/**
stratosphere/sm/build/**
stratosphere/boot/out/**
stratosphere/boot/build/**
stratosphere/boot2/out/**
stratosphere/boot2/build/**