Set up initial task switching (ring0 only)

This commit is contained in:
Justin C. Miller
2018-05-18 23:55:15 -07:00
parent 0ddcf668cb
commit bfaab294e6
12 changed files with 239 additions and 45 deletions

View File

@@ -16,6 +16,7 @@ static const char *areas[] = {
"dev ",
"driv",
"file",
"task",
nullptr
};