Author Topic: DiskOnChip board for 8-bit ISA computers / What was on my eBay DiskOnChip?  (Read 1919 times)

0 Members and 1 Guest are viewing this topic.

Offline smbakerTopic starter

  • Regular Contributor
  • *
  • Posts: 211
  • Country: us
    • Scott's Electronics & Sandrail & Old BBS Game Blog
I decided to make a DiskOnChip board for my ISA retro computer. It's a pretty simple board, the video talks a little bit about the design:



Anyhow, myself and a few others were trying to guess at the purpose of the DiskOnChip. It came from eBay, so it could be out of anything. Best guess so far is that it's some sort of communications device, perhaps an access point or router. The DiskOnChip is running DOS 6.2, has a "PCTCP" TCP stack, and some program called CCUMAIN.EXE which other than being able to see parts of a Watcom runtime in it, isn't really clear what the application does. There's a HEX file as well, which my naive guess would be that it is used to program some bit of onboard hardware. Anyhow, speculation is welcome.

Scott
 

Offline Stray Electron

  • Super Contributor
  • ***
  • Posts: 2034
  I would be very surprised if there isn't a copyright notice embedded in the software in the DoC. Dump the software and look at it with a binary editor like List.com in the ASCII mode and find the name of the company and look them up and see what their business is.  If you install the DoC in a computer and boot from it, it will probably run long enough to display a menu or copywrite notice or other information on the video monitor. Standard SVGA is backwards compatible with all of the previous standard PC video systems so use an SVGA monitor.

  Even if the software was written in something like MicroSoft C and compiled there is usually still a message in the compiled software that says who's compiler it was and what version.  It should say "MicroSoft C version 6.0" or something of that nature.

   In the Windows 3.1 days we were performing software audits and doing exactly what I have described and we used a DOS version of List.com and set to display only ASCII text and we searched for the string "Ver" and would find what we were looking for on the first try about 98% of the time.  List.com in the ASCII mode will hide all non-text information and any text will JUMP out at you.
 

Offline smbakerTopic starter

  • Regular Contributor
  • *
  • Posts: 211
  • Country: us
    • Scott's Electronics & Sandrail & Old BBS Game Blog
I did load the interesting looking application in a hex editor and page through it, but didn't find a copyright notice. I admit I didn't look real hard.

The primary application comes with an INI file that looks like a mix of things I can understand and things I can't:

Code: [Select]
{   // ×é̬Îļþ¿ªÊ¼
{   // ¹¤³Ì±êʶ
    ¹¤³ÌÃû = áéÖݾ޻¯Ô°Çø±ä
    Äê = 2002
    ÔÂ = 12
    ÈÕ = 13
    ʱ = 12
    ·Ö = 46
    Ãë = 52
    ºÁÃë = 470
}   // ¹¤³Ì±êʶ½áÊø

There's digits, newlines, what might be //-style comments, but my naive guess is this is using a font that I don't have, for a language I don't read.

It does boot, but as soon as the main application loads, it gets upset that I'm running on a lowly 8-bit machine that doesn't have protected mode.
 

Offline bsfeechannel

  • Super Contributor
  • ***
  • Posts: 1667
  • Country: 00
It seems that what you have is the encoding for simplified Chinese possibly of Taiwanese origin. Attached you'll find a screen capture of the possible solution to the enigma. For some reason the forum doesn't let me post Chinese characters directly on the page.

EDIT: Correction, the character set is probably GB2312 used in mainland China, using EUC-CN encoding. It is compatible with ASCII for ASCII characters, and extended (two bytes) for Chinese characters.

« Last Edit: March 30, 2018, 04:28:39 pm by bsfeechannel »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf