vfs: introduce adjustable ISO9660 buffer length for file reading

This commit is contained in:
2025-08-22 17:50:42 +03:00
parent 9bb6d9d1a5
commit 7c43956ebe
3 changed files with 7 additions and 5 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef VFS_H
#define VFS_H
#define ISO_9660_BUFFER_LENGTH 2048
#include <stdbool.h>
#include "../include/atapi.h"
#include "../include/lib9660.h"