2023-02-06 02:27:33 -06:00
|
|
|
#pragma once
|
2023-02-02 21:40:39 -06:00
|
|
|
#include "dosfs/dosfs.h"
|
|
|
|
#include "print.h"
|
|
|
|
#include "interrupt.h"
|
|
|
|
#include "v86defs.h"
|
2023-02-05 19:57:06 -06:00
|
|
|
#include "kbd.h"
|
2023-02-06 05:49:03 -06:00
|
|
|
#include "helper.h"
|
2023-02-02 21:40:39 -06:00
|
|
|
|
2023-02-06 03:07:15 -06:00
|
|
|
void RunTests();
|