mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-20 11:41:42 +00:00
Kernel/multiboot2_64
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#pragma once
|
||||
#include <types.h>
|
||||
|
||||
class Bitmap
|
||||
{
|
||||
public:
|
||||
size_t Size;
|
||||
uint8_t *Buffer;
|
||||
bool operator[](uint64_t index);
|
||||
bool Set(uint64_t index, bool value);
|
||||
bool Get(uint64_t index);
|
||||
};
|
Reference in New Issue
Block a user