Page 1 of 2
HPFS in my OS
Posted: Sun Aug 25, 2002 11:00 pm
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
RE:HPFS in my OS
Posted: Mon Aug 26, 2002 11:00 pm
by Khumba
RE:HPFS in my OS
Posted: Thu Aug 29, 2002 11:00 pm
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
RE:HPFS in my OS
Posted: Sat Aug 31, 2002 11:00 pm
by Anon
Anyone?
RE:HPFS in my OS
Posted: Sun Sep 01, 2002 11:00 pm
by Anon
?
RE:HPFS in my OS
Posted: Sun Sep 01, 2002 11:00 pm
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
Can't be done
Posted: Mon Sep 02, 2002 11:00 pm
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!
What filesystem then?
Posted: Mon Sep 02, 2002 11:00 pm
by Anon
Since I can't find info on HPFS which FS should I use?
RE:What filesystem then?
Posted: Mon Sep 02, 2002 11:00 pm
by netster403
one word, XFS
RE:What filesystem then?
Posted: Mon Sep 02, 2002 11:00 pm
by netster403
Is XFS bootable?
Posted: Mon Sep 02, 2002 11:00 pm
by Anon
Is XFS bootable and, if so, how would I go about implementing it?
RE:Is XFS bootable?
Posted: Tue Sep 03, 2002 11:00 pm
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
Why not?
Posted: Wed Sep 04, 2002 11:00 pm
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.
RE:Why not?
Posted: Wed Sep 04, 2002 11:00 pm
by netster403
XFS is still faster, and recovers after crashes better.
RE:Why not?
Posted: Wed Sep 04, 2002 11:00 pm
by Anon
Anyone have an XFS hard drive image?
Anon