Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.apple2.programmer > #2863 > unrolled thread
| Started by | D Finnigan <dog_cow@macgui.com> |
|---|---|
| First post | 2016-08-02 19:20 +0000 |
| Last post | 2022-09-28 12:58 -0700 |
| Articles | 7 — 6 participants |
Back to article view | Back to comp.sys.apple2.programmer
Multi-Tasking OS for Apple II: Developers Wanted D Finnigan <dog_cow@macgui.com> - 2016-08-02 19:20 +0000
Re: Multi-Tasking OS for Apple II: Developers Wanted "Mark D. Overholser" <marko@markoverholser.com> - 2016-08-06 11:48 -0700
Re: Multi-Tasking OS for Apple II: Developers Wanted Michael Lutynski <michael.lutynski@gmail.com> - 2017-01-13 23:35 -0800
Re: Multi-Tasking OS for Apple II: Developers Wanted Michael Lutynski <michael.lutynski@gmail.com> - 2017-01-13 23:37 -0800
Re: Multi-Tasking OS for Apple II: Developers Wanted Andrew Roughan <andrew.roughan@writeme.com> - 2017-01-15 00:45 +0000
Re: Multi-Tasking OS for Apple II: Developers Wanted Anthony Ortiz <anthonypaulo@gmail.com> - 2022-09-09 12:37 -0700
Re: Multi-Tasking OS for Apple II: Developers Wanted Martin Doherty <martindoherty377@gmail.com> - 2022-09-28 12:58 -0700
| From | D Finnigan <dog_cow@macgui.com> |
|---|---|
| Date | 2016-08-02 19:20 +0000 |
| Subject | Multi-Tasking OS for Apple II: Developers Wanted |
| Message-ID | <dog_cow-1470165604@macgui.com> |
Rémy Gibert is working on a new multitasking OS for the 8-bit enhanced Apple IIe and has made *quite* a lot of progress, and also has developed a TCP/IP stack within this OS that can do DHCP and DNS resolution. There is also a screen editor and an assembler. Everything is done in assembly language. He has put out a call for assembly language developers. If you have an enhanced IIe, a IIc, or a IIgs, you can also help by running the system on your machine (not emulator) and reporting what works and what doesn't. Take a look at the project here: https://github.com/burniouf/A2osX Download the boot disk here and test it out on real hardware: https://github.com/burniouf/A2osX/blob/master/A2OSX.BOOT.po He will welcome your feedback about what works and what doesn't work. We are currently testing the RamWorks III driver. It's having problems detecting the RamWorks and the total number of banks on my platinum Apple IIe. Please take some time to boot the system and hold down Open-Apple while booting to see whether the RamWorks card was detected or not on your hardware. -- ]DF$ The Marina IP stack for Apple II-- http://marina.a2hq.com/
[toc] | [next] | [standalone]
| From | "Mark D. Overholser" <marko@markoverholser.com> |
|---|---|
| Date | 2016-08-06 11:48 -0700 |
| Message-ID | <2e91f26c-1716-f139-837d-b260762edf19@markoverholser.com> |
| In reply to | #2863 |
On 8/2/2016 12:20, D Finnigan wrote: > Rémy Gibert is working on a new multitasking OS for the 8-bit enhanced > Apple IIe and has made *quite* a lot of progress, and also has developed a > TCP/IP stack within this OS that can do DHCP and DNS resolution. There is > also a screen editor and an assembler. Everything is done in assembly > language. > > He has put out a call for assembly language developers. If you have an > enhanced IIe, a IIc, or a IIgs, you can also help by running the system on > your machine (not emulator) and reporting what works and what doesn't. > How do I report my Results??? I don't know GitHub very well... > Take a look at the project here: > > https://github.com/burniouf/A2osX > > Download the boot disk here and test it out on real hardware: > https://github.com/burniouf/A2osX/blob/master/A2OSX.BOOT.po > > He will welcome your feedback about what works and what doesn't work. We are > currently testing the RamWorks III driver. It's having problems detecting > the RamWorks and the total number of banks on my platinum Apple IIe. > > Please take some time to boot the system and hold down Open-Apple while > booting to see whether the RamWorks card was detected or not on your > hardware. > I saw the RAMWORK Drive load, but it did not detect my RAMWORK III with 512K. ( Apple //e Enhanced, with RAMWORK III with 512K, Super Serial Card in Slot #2, Uthernet II in Slot #3, 5.25" Drive Card in Slot #6 ) MarkO
[toc] | [prev] | [next] | [standalone]
| From | Michael Lutynski <michael.lutynski@gmail.com> |
|---|---|
| Date | 2017-01-13 23:35 -0800 |
| Message-ID | <5d3615d2-9e11-47f6-817e-c5b36ba6e0bb@googlegroups.com> |
| In reply to | #2882 |
On Saturday, 6 August 2016 11:48:32 UTC-7, Mark D. Overholser wrote: > How do I report my Results??? I don't know GitHub very well... Go to GitHub project page [https://github.com/burniouf/A2osX] and click the Issues tab, then click the green "New Issue" button, then fill in the form. Once you try it, you'll see it's dead simple :) > I saw the RAMWORK Drive load, but it did not detect my RAMWORK III with > 512K. Try checking now, it has come a long way.
[toc] | [prev] | [next] | [standalone]
| From | Michael Lutynski <michael.lutynski@gmail.com> |
|---|---|
| Date | 2017-01-13 23:37 -0800 |
| Message-ID | <71e3ea4c-134e-45e5-8354-b62c4af477bc@googlegroups.com> |
| In reply to | #2863 |
This project is monumental and yet the author doesn't promote it so do check it out: https://github.com/burniouf/A2osX He requests help in some areas such as needing documentation from "appletalk programmer's guide for the apple II". Anyone have this obscure manual?
[toc] | [prev] | [next] | [standalone]
| From | Andrew Roughan <andrew.roughan@writeme.com> |
|---|---|
| Date | 2017-01-15 00:45 +0000 |
| Message-ID | <o5egn6$lt8$1@dont-email.me> |
| In reply to | #3222 |
Michael Lutynski <michael.lutynski@gmail.com> wrote: > This project is monumental and yet the author doesn't promote it so do check it out: > > https://github.com/burniouf/A2osX > > He requests help in some areas such as needing documentation from > "appletalk programmer's guide for the apple II". Anyone have this obscure manual? > It is available for sale from Syndicomm https://store.syndicomm.com/syn/apple-ii-appleshare-programmers-guide/ Regards Andrew
[toc] | [prev] | [next] | [standalone]
| From | Anthony Ortiz <anthonypaulo@gmail.com> |
|---|---|
| Date | 2022-09-09 12:37 -0700 |
| Message-ID | <d9ea9f5b-817d-4c28-9fb6-441caacc189cn@googlegroups.com> |
| In reply to | #3223 |
> It is available for sale from Syndicomm > > https://store.syndicomm.com/syn/apple-ii-appleshare-programmers-guide/ > > Regards > Andrew FYI, this site is flagged by Bitdefender.
[toc] | [prev] | [next] | [standalone]
| From | Martin Doherty <martindoherty377@gmail.com> |
|---|---|
| Date | 2022-09-28 12:58 -0700 |
| Message-ID | <5c563351-e0cb-472e-81b1-a5a6940093e0n@googlegroups.com> |
| In reply to | #5987 |
On Friday, September 9, 2022 at 3:37:49 PM UTC-4, anthon...@gmail.com wrote: > > It is available for sale from Syndicomm > > > > https://store.syndicomm.com/syn/apple-ii-appleshare-programmers-guide/ > > > > Regards > > Andrew > FYI, this site is flagged by Bitdefender. The Syndicomm online store is defunct now, it was most recently owned & run by the late Tony Diaz who died suddenly in late 2021. www.a2central.com has also vanished for the same reason, Tony was hosting that URL too. When I tried the store.syndicomm.com URL just now, I got a ERR_CONNECTION_TIMED_OUT in my Chrome browser. https://www.callapple.org/call-apple/members-information/obituaries/apple-ii-hobbyist-tony-diaz-passes-away/
[toc] | [prev] | [standalone]
Back to top | Article view | comp.sys.apple2.programmer
csiph-web