thermosphere: add debug pause logic

This commit is contained in:
TuxSH
2020-01-14 02:09:51 +00:00
parent b6a130547a
commit 1369697058
6 changed files with 113 additions and 6 deletions

View File

@@ -16,9 +16,9 @@
#pragma once
#include "core_ctx.h"
#include "utils.h"
#include "sysreg.h"
#include "core_ctx.h"
typedef struct Spinlock {
u32 lock;