Fail Laif
2020-09-08 20:18:02 UTC
I've been working in an os and i have the basics down:
Interrupts (ISR, and IRQ)
Keyboard (Hooked up to the interrupts)
Basic Shell (Two commands)
Memory Allocation (malloc, and calloc)
Basic C standard library (printf, scanf, uint32_t, etc)
But, now that I've got a basic shell, I want to get a basic filesystem going, so i can have a basic interpreter or elf32 executables or something. I've done research on filesystems using an osdev.org article, and I've decided i want a fat32 implementation. Can i please have resources on making a fat32 driver implementation or maybe some of your own implementations?
Interrupts (ISR, and IRQ)
Keyboard (Hooked up to the interrupts)
Basic Shell (Two commands)
Memory Allocation (malloc, and calloc)
Basic C standard library (printf, scanf, uint32_t, etc)
But, now that I've got a basic shell, I want to get a basic filesystem going, so i can have a basic interpreter or elf32 executables or something. I've done research on filesystems using an osdev.org article, and I've decided i want a fat32 implementation. Can i please have resources on making a fat32 driver implementation or maybe some of your own implementations?