Optimize RNG functions

This commit is contained in:
Alex
2023-04-16 22:05:02 +03:00
parent 37f5b77421
commit b15f738e16
2 changed files with 68 additions and 67 deletions

View File

@ -24,7 +24,6 @@
#include <printf.h>
#include <cwalk.h>
#include <md5.h>
// #include <ini.h>
#include "../../kernel.h"
#include "../../DAPI.hpp"
@ -36,16 +35,6 @@ NewLock(DriverInterruptLock);
namespace Driver
{
const char *DriverTypesName[] = {
"Unknown",
"Generic",
"Display",
"Network",
"Storage",
"FileSystem",
"Input",
"Audio"};
void Driver::Panic()
{
#ifdef DEBUG