Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen2k6 committed Oct 2, 2022
1 parent 1b9eec6 commit c4a9409
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Binary file modified GoOS/.vs/GoOS/v17/.futdcache.v2
Binary file not shown.
Binary file modified GoOS/.vs/GoOS/v17/.suo
Binary file not shown.
Binary file modified GoOS/.vs/ProjectEvaluation/goos.metadata.v5.1
Binary file not shown.
Binary file modified GoOS/.vs/ProjectEvaluation/goos.projects.v5.1
Binary file not shown.
5 changes: 5 additions & 0 deletions GoOS/Kernel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ protected override void Run()
while (cmdm)
{
CommandMode();
Heap.Collect();
}
while (gui)
{
Expand All @@ -307,6 +308,7 @@ protected override void Run()
while (root)
{
Root();
Heap.Collect();
}

}
Expand Down Expand Up @@ -1172,13 +1174,16 @@ protected void Root()
log(ConsoleColor.DarkRed, "WHITE = SAFE");
log(ConsoleColor.DarkRed, "RED = DANGEROUS");
log(ConsoleColor.Yellow, "Password Security -");
log(ConsoleColor.White, "GOOS.ROOT.SECURITY.PASSWORD.CHANGE");
log(ConsoleColor.White, "GOOS.ROOT.SECURITY.PASSWORD");
log(ConsoleColor.White, "GOOS.SECURITY.PASSWORD.CHANGE");
log(ConsoleColor.White, "GOOS.SECURITY.PASSWORD.REMOVE");
log(ConsoleColor.White, "GOOS.SECURITY.PASSWORD");
log(ConsoleColor.Yellow, "Disk Commands -");
log(ConsoleColor.White, "GOOS.DISK.RELABEL");
log(ConsoleColor.White, "GOOS.DISK.SCAN");
log(ConsoleColor.White, "GOOS.DISK.LISTALL");
log(ConsoleColor.Red, "GOOS.DISK.FORMAT");
}
else
{
Expand Down

0 comments on commit c4a9409

Please sign in to comment.