Has anyone made a NTFS Bootsector?
Posted: Sun May 13, 2012 9:47 pm
Has any made a NTFS bootsector?
The Place to Start for Operating System Developers
https://f.osdev.org/
Good job! (I haven't read it, but if it works)Yoda wrote:I did!
Follow the link in my signature.
Yes, it works, cause it's a part of project, not only a pile of code.evoex wrote:(I haven't read it, but if it works)
Since the NTFS is the most complicated FS I ever encountered and the worst documented, I suppose that there are still potential pitfalls. I know about some of them but they require special test cases that are not very simple to model.evoex wrote:I was going to ask how standard-compliant it was. Then I realized it was Microsoft, so there are no standards.
There are two restrictions specific for NTFS at the moment: boot code doesn't support loading of sparse files and compressed files.LindusSystem wrote:Yoda, are there any restrictions placed on your OS Boot Tools
Unfortunately my project at this moment is closed-source. And looking at the assembler code helps very little (or doesn't help at all). But there are many resources in the web which may help you to understand the work of NTFS. You may try to inspect for example the following NTFS boot code: http://code.google.com/p/grubutils/sour ... sbs.S?r=63LindusSystem wrote:Can I use them to study? I want to look at the source!!