apio
ad0f6546d7
All checks were successful
continuous-integration/drone/push Build is passing
It's also mapped into virtual memory instead of directly going into the physical location!!
9 lines
113 B
C++
9 lines
113 B
C++
#pragma once
|
|
#include <luna/TarStream.h>
|
|
|
|
extern TarStream g_initrd;
|
|
|
|
namespace InitRD
|
|
{
|
|
void initialize();
|
|
} |