| VCF Montreal | Jan 24 - 25, 2026, | RMC Saint Jean, Montreal, Canada |
| VCF SoCal | Feb 14 - 15, 2026, | Hotel Fera, Orange CA |
| VCF East | Apr 17 - 19, 2026, | InfoAge, Wall, NJ |
| VCF Pac. NW | May 02 - 03, 2026, | Tukwila, WA |
| VCF Southwest | May 29 - 31, 2026, | Westin Dallas Fort Worth Airport |
| VCF Southeast | June, 2026, | Atlanta, GA |
| VCF West | Aug 01 - 02, 2026, | Mountain View, CA |
| VCF Midwest | Sep 12 - 13, 2026, | Schaumburg Convention Center, IL |
The files on the 8" disk (Intel HEX) should be on page 1, the files on the 5.25" disk (Binary hex) on page 2.I have the sources for FDOS-M EPROMS as its in the manual I have.
I'll look and see what in the history. Hex files I can work with.
I’ve never found an FDOS manual that covers FDOS-M and the MicroFloppy specifics of FDOS. If your manual talks about the MicroFloppy and the EPROM listing in the manual is for the MicroFloppy (5.25” drive), then we must get that manual scanned and archived! I’ll be glad to do that if you don’t want to.I have the sources for FDOS-M EPROMS as its in the manual I have.
I'll look and see what in the history. Hex files I can work with.
Hallelujah! I created FDOS-III for the 8” drive from the 5.25” files discussed in this thread, and it works, but it is not truly the original 8” version. For example, it requires a modified version of the 5.25” FDOS EPROM instead of the original 8” FDOS EPROM, and it requires RAM at B800h since it cant use the scratchpad RAM on the interface board.Mike,
Thanks for all your work on resurrecting FDOS III and making the videos. I had no idea FDOS was a "lost" OS.
I still have an original 8" FDOS III floppy disk and manual configured for the IMSAI. But, I no longer have the drives and controllers.
Marvin
I’m going to rattle your cage periodically about getting your FDOS-M manual archived. It is the only FDOS manual that addresses the 5.25” version of FDOS that I’ve run across. Thanks!I have the sources for FDOS-M EPROMS as its in the manual I have.
I'll look and see what in the history. Hex files I can work with.
Marvin,Mike,
Thanks for all your work on resurrecting FDOS III and making the videos. I had no idea FDOS was a "lost" OS.
I still have an original 8" FDOS III floppy disk and manual configured for the IMSAI. But, I no longer have the drives and controllers.
Marvin
NAME ATTR TRAK SCTR SIZE
EXEC 01 05 01 00093
SYSGN 01 08 16 00030
RDBFL 01 09 20 00013
LIB 01 10 07 00033
DIAGS 01 11 14 00069
DIAGO 01 14 05 00028
DKHNB 01 15 07 00015
MTDKS 01 15 22 00095
MTDK 01 19 13 00019
CMNDF 01 20 06 00001
LINK 01 20 07 00055
TESTS 01 22 10 00055
BATCH 01 24 13 00008
EDIT 01 24 21 00058
ASMB 01 27 01 00158
TEST1 01 33 03 00001
COPY 01 33 04 00018
I pulled the files off as well. I noticed that most every executable file has the same problem the ones on the 5.25” version you found has: They don’t specify their own entry address, so if you run a program that doesn’t execute at 40h (default address that overlays/clobbers FDOS), then subsequent execution of the editor, assembler, etc., fails because it jumps to the address of the previously executed program.I did write a small program to retreive files from the disk image.
Code:NAME ATTR TRAK SCTR SIZE EXEC 01 05 01 00093 SYSGN 01 08 16 00030 RDBFL 01 09 20 00013 LIB 01 10 07 00033 DIAGS 01 11 14 00069 DIAGO 01 14 05 00028 DKHNB 01 15 07 00015 MTDKS 01 15 22 00095 MTDK 01 19 13 00019 CMNDF 01 20 06 00001 LINK 01 20 07 00055 TESTS 01 22 10 00055 BATCH 01 24 13 00008 EDIT 01 24 21 00058 ASMB 01 27 01 00158 TEST1 01 33 03 00001 COPY 01 33 04 00018
There also seems to be a TEST2, X, TESTB, TESTO and a TEST3 that has been deleted and can likely be recovered by just changing the file-table, and also a whole lot of files at the far end of the file-table that has been long since overwritten.
I have:Marvin,
What manuals do you have with that disk? Anything that covers the Relocating Macro Assembler and Linker?
Mike D
Great! The community is missing the Relocating Assembler Manual. Can you scan it? If not, I'll be glad to do it. I figured out enough through trial and error to generate .hex files from it, but not enough to use the relocatable output option and linker.I have:
FDOS-III Operator's Manual - September, 1977
FDOS-III Relocating Assembler Manual - September, 1977 (includes Link info)
Also have:
FDOS II Operator's Manual - Rev. October 15, 1976
and some FD360/CF360 docs.
Marvin
I figured what these are, they are generated and then deleted by the BATCH file, an example batch-script.There also seems to be a TEST2, X, TESTB, TESTO and a TEST3 that has been deleted and can likely be recovered by just changing the file-table, and also a whole lot of files at the far end of the file-table that has been long since overwritten.
I will try to get the assembler docs scanned this week. I will then check out the other stuff and see if it is already archived or not.Great! The community is missing the Relocating Assembler Manual. Can you scan it? If not, I'll be glad to do it. I figured out enough through trial and error to generate .hex files from it, but not enough to use the relocatable output option and linker.
For FD360 documentation, see if you have anything I don't have here:
deramp.com
deramp.com
Thanks!
Mike D
Since it’s hard to come by a working FD-360 or FD-3712 setup, you can run original 8” FDOS disks using the Altair FDC+ and a couple of Shugart 800 drives or a couple of 5.25” HD drives (like the Teac 55-GFR). I’ll be making a video and posting more information soon.I still have an original 8" FDOS III floppy disk and manual configured for the IMSAI. But, I no longer have the drives and controllers.
Marvin