English Amiga Board


Go Back   English Amiga Board > Coders > Coders. System

 
 
Thread Tools
Old 17 June 2013, 21:00   #21
codeflash
Registered User
 
Join Date: Jun 2013
Location: Erimang
Posts: 45
Seems you are right. For documentation purposes:

limewebs.com/romwebby/60-560.rar
Contains 60-560/Apollo_src.lha which contains ROM/rom.s that says:
Quote:
Romtag:
dc.w RTC_MATCHWORD ; UWORD RT_MATCHWORD
rt_Match: dc.l Romtag-RomStart ; APTR RT_MATCHTAG
Code comments in German with some English.

So it seems to be the real deal. Just got to figure out how to make it create a DOS device and not block device
I wonder if rom.s can be done using C all the way?
codeflash is offline  
Old 20 June 2013, 01:22   #22
codeflash
Registered User
 
Join Date: Jun 2013
Location: Erimang
Posts: 45
I found som interesting network cards at bboah.com: Network Cards:

Kato Developments: Unity Net 100 (claunia.com/unity100)
Is a Zorro-II network card that has it's own PCMCIA bus that is connected to a 100BaseTX 100 Mbit/s PCMCIA network card which would made it the only Zorro card to provide 100 Mbit/s networking provided it had been released to the public.

Resource Management Force: QuickNet / QuickNet 500 (using MB86950B controller)
Quote:
Once the "master-server" is completely installed, all the "slave" machines will display a requester when they boot, containing a "username" and a "password" field. /../ On some diskless machines, you may boot remotely from another machine on the network.
Perhaps the last one has the hints in ROM on how to insert a filesystem driver into the boot process?
In particular it has SANA-II driver in ROM and supposedly supports diskless booting.
codeflash is offline  
Old 20 June 2013, 20:52   #23
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,505
Quote:
Originally Posted by codeflash View Post
Perhaps the last one has the hints in ROM on how to insert a filesystem driver into the boot process?
In particular it has SANA-II driver in ROM and supposedly supports diskless booting.
It says TCP/IP is most likely not used which makes it much simpler, they probably use some simple custom protocol. No need for dos or any other dependencies, "simple" network filesystem only.
Toni Wilen is online now  
Old 20 June 2013, 21:00   #24
codeflash
Registered User
 
Join Date: Jun 2013
Location: Erimang
Posts: 45
No need for dos as in they use a block device? which should interfere with block allocation handlers on other computers also writing to that disk. Or did they succeed with a hack that circumvent dos.library altogether?
codeflash is offline  
Old 21 June 2013, 11:47   #25
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,505
Quote:
Originally Posted by codeflash View Post
No need for dos as in they use a block device? which should interfere with block allocation handlers on other computers also writing to that disk. Or did they succeed with a hack that circumvent dos.library altogether?
No, I meant that because they use their own custom network code, they can have single network filesystem handler (executable file that works even when added to RDB) that contains all the required code. There is no need for external dependencies like external network stack.
Toni Wilen is online now  
Old 21 June 2013, 19:10   #26
codeflash
Registered User
 
Join Date: Jun 2013
Location: Erimang
Posts: 45
Well, that could work. To make it work at all is the hard bit. From a working start point one can modify step by step. The problem with this project is that there's no starting point at all.
codeflash is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
amiga 68k emulator petee1979 support.OtherUAE 11 28 June 2008 10:07
Mess for Amiga 68k MazinKaesar request.Apps 2 19 February 2008 09:06
sdl 68k on my amiga mrodfr support.Apps 0 19 November 2006 16:23
DVD ISO on Amiga 68k? Tony Landais support.Hardware 7 25 August 2006 17:06
Looking for a 68k amiga coder anakirob Coders. General 0 15 October 2004 05:22

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:11.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.23710 seconds with 13 queries