Kernel/multiboot2_64

This commit is contained in:
EnderIce2
2024-11-20 05:16:57 +02:00
parent b4c0a78c6c
commit c4e458fcc6
189 changed files with 0 additions and 37283 deletions

View File

@@ -1,14 +0,0 @@
#ifndef __FENNIX_KERNEL_RANDOM_H__
#define __FENNIX_KERNEL_RANDOM_H__
#include <types.h>
namespace Random
{
uint16_t rand16();
uint32_t rand32();
uint64_t rand64();
void changeseed(uint64_t CustomSeed);
}
#endif // !__FENNIX_KERNEL_RANDOM_H__