| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/tr3sp4ss3rexe/OS-Programming/main/FAT-FileSystem/disk.cpp | [Back] [Original] |
#include
#include "disk.h"
Disk::Disk()
{
// first check if the disk file exists, otherwise create it.
if (!disk_file_exists(DISKNAME)) {
std::cout
| Web Proxy Viewer | New URL | Original Page |