mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
V1.41
I added a simple paint app (and sweden by c418 in bios beep sounds lmao)
This commit is contained in:
@@ -114,6 +114,7 @@ bool fat32_mkdir(const char *path);
|
||||
bool fat32_rmdir(const char *path);
|
||||
bool fat32_delete(const char *path);
|
||||
bool fat32_exists(const char *path);
|
||||
bool fat32_rename(const char *old_path, const char *new_path);
|
||||
bool fat32_is_directory(const char *path);
|
||||
|
||||
// Listing
|
||||
|
||||
Reference in New Issue
Block a user