D
D
Dmitry Orlik2017-08-06 08:06:57
Operating Systems
Dmitry Orlik, 2017-08-06 08:06:57

How to write a file system in assembler for your OS 16 bit?

So I wrote a bootloader, connected the kernel (there is nothing in the kernel yet except text output), now I want to write a file system and generally figure out what it is for and how it works, if anyone can, tell me the resources where you can read about it, well, if not too lazy , then tell yourself)))
Please answer the question.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Arris, 2017-08-06
@DwapDaBase

Try to implement FAT16 support first. Start with the basics.
home.freeuk.net/foxy2k/disk/disk1.htm
https://staff.washington.edu/dittrich/misc/fatgen1...
www.maverick-os.dk/FileSystemFormats/FAT16_FileSys...
s-engineer.ru /description-fajlovoj-sistemy-fat16
PS In my distant youth, ~96, I studied assembler from the book "Pravets-16". In particular, he wrote a resident to encrypt floppy disks (if my memory serves me, the sequence of reading sectors on a track can be set programmatically, moreover, there is a lot of interesting information in one of the service sectors). I screwed up the floppy disk while I learned it - there are two packs :) You can only find floppy disks in the museum now - so start with FAT16.

M
Moskus, 2017-08-06
@Moskus

Practical File System Design ,
Dominic Giampaolo, Be Inc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question