Skip to main content

All Questions

Tagged with
1 vote
1 answer
859 views

How do filesystems support "legacy" style booting?

I am in the process of writing a simple OS bootloader (first booting in legacy mode). After understanding the boot process (MBR loading the VBR, etc) I began looking into the specifications for ...
sherrellbc's user avatar
0 votes
1 answer
4k views

Is there a way to store a slash in a filename?

Is there a way to have a slash "/" in a filename? The "real" slash, not some other Unicode symbol. The file system should be FAT16/32 and Ext4.
Den's user avatar
  • 353