Kernel: Introduce unique Object ids for debugging

This commit is contained in:
Yuri Kunde Schlesner 2015-01-31 14:55:40 -02:00
parent a9b86db3cf
commit 869ec46683
4 changed files with 16 additions and 8 deletions

View file

@ -14,6 +14,8 @@
namespace Kernel {
unsigned int Object::next_object_id = 0;
SharedPtr<Thread> g_main_thread = nullptr;
HandleTable g_handle_table;
u64 g_program_id = 0;