Add: initrd filesystem utilities (ls, cat) + docs

This commit is contained in:
xamidev
2024-09-05 14:59:51 +02:00
parent b59af22897
commit d2034cd68b
10 changed files with 200 additions and 3 deletions

View File

@@ -28,9 +28,10 @@ unsigned int g_multiboot_info_address;
uint32_t* framebuffer;
int scanline;
uint32_t initrd_addr;
// in characters, not pixels
uint32_t VGA_WIDTH;
uint32_t VGA_HEIGHT;
#endif
#endif