There's a file titled "Atari BIOS/XBIOS source code" which has a 1992 date stamp and refernce to Sparrows and DSPs, so I think this must be it!
BW
REMINDER - Stay logged in for at least 2 hours a week to get whitelisted.
Also it helps build a picture where our "good traffic" is coming from for detection scripts.
:o)
Also it helps build a picture where our "good traffic" is coming from for detection scripts.
:o)
TOS 4.92 source code
-
Badwolf
- Site sponsor

- Posts: 3058
- Joined: 19 Nov 2019 12:09
Re: TOS 4.92 source code
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
-
mikro
- Posts: 825
- Joined: 28 Aug 2017 23:22
- Location: Kosice, Slovakia
Re: TOS 4.92 source code
Also there's the Atari HQ archive. As I said, the puzzle has multiple pieces.
-
ijor
- Posts: 836
- Joined: 30 Nov 2018 20:45
Re: TOS 4.92 source code
Ah, yes, great. I don't know how I missed that one. Thanks a lot.Badwolf wrote: 29 Sep 2025 11:07 There's a file titled "Atari BIOS/XBIOS source code" which has a 1992 date stamp and refernce to Sparrows and DSPs, so I think this must be it!
I checked that archive earlier. But I can't see any BIOS source files there unless they are very well hidden somewhere.mikro wrote: 29 Sep 2025 12:38 Also there's the Atari HQ archive. As I said, the puzzle has multiple pieces.
Btw, Mikro, you mentioned you converted from RCS to git. The BIOS archive that Badwolf found, does include some RCS files. How you perform that conversion? Or otherwise, how you access the RCS archive?
http://github.com/ijor/fx68k 68000 cycle exact FPGA core
FX CAST Cycle Accurate Atari ST core
http://pasti.fxatari.com
FX CAST Cycle Accurate Atari ST core
http://pasti.fxatari.com
-
mikro
- Posts: 825
- Joined: 28 Aug 2017 23:22
- Location: Kosice, Slovakia
Re: TOS 4.92 source code
@ijor that took weeks of coding custom tools, scripts and in general, understanding how RCS works. Definitely not a "downloaded a script and have a git repo as outcome".
I still need to clean it up (mostly merge everything together) but it was a true detective work.
And on top of that ... many RCS files are corrupted, i.e. they hold the latest version but the deeper into history you go the more corrupted results you get. So there are many blank spots.
I still need to clean it up (mostly merge everything together) but it was a true detective work.
And on top of that ... many RCS files are corrupted, i.e. they hold the latest version but the deeper into history you go the more corrupted results you get. So there are many blank spots.
-
ijor
- Posts: 836
- Joined: 30 Nov 2018 20:45
Re: TOS 4.92 source code
I see. And there is no old tool to browse the RCS archive natively?mikro wrote: 29 Sep 2025 14:55 @ijor that took weeks of coding custom tools, scripts and in general, understanding how RCS works. Definitely not a "downloaded a script and have a git repo as outcome".
http://github.com/ijor/fx68k 68000 cycle exact FPGA core
FX CAST Cycle Accurate Atari ST core
http://pasti.fxatari.com
FX CAST Cycle Accurate Atari ST core
http://pasti.fxatari.com
-
mikro
- Posts: 825
- Joined: 28 Aug 2017 23:22
- Location: Kosice, Slovakia
Re: TOS 4.92 source code
The simplest way is to rename "RCS" folders to "CVS" and use standard cvs toolset but it's still painful.
The easiest way to look into history is to actually just view the ",v" files, those contains changes over history (you can easily see the commit title and diff from recent revision). But sometimes the diff from "now" to "one revision earlier" is just "remove all lines" (corrupted file) so you can't easily reconstruct the complete history. I had to use a couple of tricks but the end result is of course far from perfect.
Who is online
Users browsing this forum: ClaudeBot and 3 guests