HPFS in my OS

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Anon

HPFS in my OS

Post by Anon »

As of now, my OS supports only FAT as my boot-filesystem. How would I go about implementing a HPFS boot sector? Does anyone know of any already written HPFS boot-loaders?

I am thinking of a complete switch from FAT to HPFS(and never back again!)

Does anyone have a HPFS hard drive image(with boot-sector)?

Thanks,
Anon
Khumba

RE:HPFS in my OS

Post by Khumba »

There's docs about HPFS here: http://www.nondot.org/sabre/os/articles
Anon

RE:HPFS in my OS

Post by Anon »

Those articles only describe HPFS, they don't tell how to implement it. Disassembled OS/2 HPFS boot sectors will really help.




Anon
Anon

RE:HPFS in my OS

Post by Anon »

Anyone?
Anon

RE:HPFS in my OS

Post by Anon »

?
carbonBased

RE:HPFS in my OS

Post by carbonBased »

You can keep asking, but if nobody knows, then nobody knows.

Most OSs in development now use either fat, ext2 or a fs of the developers invention.  I haven't seen many with hpfs as the main fs, so I doubt you'll find too much info out there.

That being said, Linux supports HPFS (read-only, I believe), so you might want to check out those sources.

Also, news:alt.os.development is another good place to ask questions.

Jeff
Anon

Can't be done

Post by Anon »

I posted on alt.os.development and they point me to nondot! THAT IS ONLY DOCUMENTATION, it doesn't give you a bootsector or tell you how to implement it!
Anon

What filesystem then?

Post by Anon »

Since I can't find info on HPFS which FS should I use?
netster403

RE:What filesystem then?

Post by netster403 »

one word, XFS :)
netster403

RE:What filesystem then?

Post by netster403 »

Anon

Is XFS bootable?

Post by Anon »

Is XFS bootable and, if so, how would I go about implementing it?
carbonBased

RE:Is XFS bootable?

Post by carbonBased »

Are there unbootable file systems?

Anyway, yeah, XFS is... and yes, XFS rules :)

For information, I'd look at SGI's link on XFS (provided by nester, above), and also the GRUB sources, which is a live example of how to boot and read files from the XFS file system.

Jeff
OWLq

Why not?

Post by OWLq »

Try this link:

http://artax.karlin.mff.cuni.cz/~mikula ... ndex-e.cgi

There you can find a HPFS hard disk image and some source code adding HPFS support to Linux.
netster403

RE:Why not?

Post by netster403 »

XFS is still faster, and recovers after crashes better.
Anon

RE:Why not?

Post by Anon »

Anyone have an XFS hard drive image?


Anon
Post Reply