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-02 21:40:39 -06:00
|
|
|
|
|
|
|
void RunTests(uint16_t *vga_text);
|