connectToPort stub, acknowledge configuration memory
This commit is contained in:
10
include/kernel/config_mem.hpp
Normal file
10
include/kernel/config_mem.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "helpers.hpp"
|
||||
|
||||
// Configuration memory addresses
|
||||
namespace ConfigMem {
|
||||
enum : u32 {
|
||||
KernelVersionMinor = 0x1FF80002,
|
||||
KernelVersionMajor = 0x1FF80003
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user