Re: [Freedos-user] Development Environment, Embedded +

2018-03-21 Thread Ralf Quint
On 3/21/2018 5:42 AM, Rugxulo wrote: Hi, On Tue, Mar 20, 2018 at 2:05 PM, Zbigniew wrote: On Sat, Mar 10, 2018 at 09:20:39PM -0500, Patrick wrote: I am thinking about giving FeeBSD a try in the next few months. I am running away from systemd. Wait, whoa? BSD isn't "free" anymore?!? Time to

Re: [Freedos-user] Development Environment, Embedded +

2018-03-21 Thread Rugxulo
Hi, On Tue, Mar 20, 2018 at 2:05 PM, Zbigniew wrote: > On Sat, Mar 10, 2018 at 09:20:39PM -0500, Patrick wrote: > >> I am thinking about giving FeeBSD a try in the next few months. I am running >> away from systemd. Wait, whoa? BSD isn't "free" anymore?!? Time to create FeeDOS!!!j/k ;-) I

Re: [Freedos-user] Development Environment, Embedded +

2018-03-20 Thread Zbigniew
On Sat, Mar 10, 2018 at 09:20:39PM -0500, Patrick wrote: > My dos screen resolution is better now, thanks to Eric's tip but I have a > dual monitor setup on Linux. The monitors are rotated vertically and I can > get a lot of lines the two screen. I find it really helps my head from > spinning when

Re: [Freedos-user] Development Environment, Embedded +

2018-03-11 Thread Rugxulo
Hi, On Sun, Mar 11, 2018 at 8:46 PM, Patrick wrote: > > I like Pascal. I had a look at it again about a month ago. After Ada, pascal > is pretty easy and since I want to move away from tasking/threading anyhow, > Pascal is pretty much Ada without it. I haven't intimately studied the various Ada

Re: [Freedos-user] Development Environment, Embedded +

2018-03-11 Thread Patrick
Hi Rugxulo Thanks for the links, Vim history and massive amounts of good advice. I like Pascal. I had a look at it again about a month ago. After Ada, pascal is pretty easy and since I want to move away from tasking/threading anyhow, Pascal is pretty much Ada without it. However, I truly lov

Re: [Freedos-user] Development Environment, Embedded +

2018-03-11 Thread Patrick
Hi Eric I do indeed want to use FreeDos with hardware but I also have to catch up to you guys and reading and playing with FreeDos in an emulator might be a good idea for a while too. Enjoy your time offline, I hope the next few days are lots of fun-Pat --

Re: [Freedos-user] Development Environment, Embedded +

2018-03-11 Thread Eric Auer
Hi guys, >> I just need to figure out the best way to network... >> FreeDos starts so fast I might try transferring to a qemu image... If you ask me, it is easiest to copy the files to your target disk while it is connected directly to Linux. As you are interested in small computers, you might

Re: [Freedos-user] Development Environment, Embedded +

2018-03-10 Thread Rugxulo
Hi, again! On Sat, Mar 10, 2018 at 8:21 PM, Patrick wrote: > > I spent quite a lot of time studying Ada. Threading/tasking is nice but I > would rather wage holy war on blocking reads and stay single threaded. I > like COBOL and C and which are memory friendly. FreeDos is very interesting > and s

Re: [Freedos-user] Development Environment, Embedded +

2018-03-10 Thread Rugxulo
Hi, On Sat, Mar 10, 2018 at 10:29 PM, Rugxulo wrote: > On Fri, Mar 9, 2018 at 8:00 AM, Patrick > wrote: > >> 3)I use vim on Linux, has anyone ported this over? It looks like there is >> FreeMacs, is this my best bet for a Unix like editor ? There are a billion editors, so I can barely remember

Re: [Freedos-user] Development Environment, Embedded +

2018-03-10 Thread Rugxulo
Hi, On Fri, Mar 9, 2018 at 8:24 PM, Patrick wrote: > > I just need to figure out the best way to network between dos and linux to > transfer the executable. FTP? If you have a working packet driver (e.g. QEMU or VBox, minimally), you can use mTCP. Or try (Mateusz's) http://etherdfs.sourceforge

Re: [Freedos-user] Development Environment, Embedded +

2018-03-10 Thread Rugxulo
Hi, On Fri, Mar 9, 2018 at 10:24 AM, Ralf Quint wrote: > On 3/9/2018 6:00 AM, Patrick wrote: >> >> 1)I want to program on FreeDos, I want to use GCC ad I want to port over >> GnuCOBOL. > > My condolences on both counts. > GCC isn't really a DOS based compiler, it is a Unix/Linux based compiler >

Re: [Freedos-user] Development Environment, Embedded +

2018-03-10 Thread Rugxulo
Hi, On Fri, Mar 9, 2018 at 8:23 AM, Eric Auer wrote: > > I compiled my program with DJGPP and let it collect > large amounts of data in RAM (2 GB would be easy) > and only used file I/O in periods which had relaxed > timing constraints. Because as said above, when you > (or your C library) ask th

Re: [Freedos-user] Development Environment, Embedded +

2018-03-10 Thread Rugxulo
Hi, On Fri, Mar 9, 2018 at 8:00 AM, Patrick wrote: > > 1)I want to program on FreeDos, I want to use GCC ad I want to port over > GnuCOBOL. Are there any books or resources you could recommend, I haven't > found much on the wiki. * news://comp.os.msdos.djgpp * https://groups.google.com/forum/#!f

Re: [Freedos-user] Development Environment, Embedded +

2018-03-10 Thread Patrick
Hi Ralf Thanks for the feedback. I have actually had a lot of trouble with used computers. It's been power supplies and hard drives but almost everything else too, bad floppy/CD/DVD drives, bad fans, fried USB ports etc. Eric had a really interesting post today and I am following the other

Re: [Freedos-user] Development Environment, Embedded +

2018-03-10 Thread Patrick
Thanks Tom This is very useful. I think I am going to give cross building a try, this adds to some of my concerns about developing right on FreeDos.. My dos screen resolution is better now, thanks to Eric's tip but I have a dual monitor setup on Linux. The monitors are rotated vertically and

Re: [Freedos-user] Development Environment, Embedded +

2018-03-10 Thread Eric Auer
Hi list! >> Thanks for the SBC link Eric, I will look at these in detail... There is a similar discussion ongoing on the BTTR DOS forum, related to the plan to make a game cabinet running DOS :-) The most recent post wonders whether the > http://www.icop.com.tw/en/product/3.5-Embedded-Module-V

Re: [Freedos-user] Development Environment, Embedded +

2018-03-09 Thread Thomas Mueller
Excerpt from Patrick: > 3)I use vim on Linux, has anyone ported this over? It looks like there is > FreeMacs, is this my best bet for a Unix like editor ? I can't answer all your issues, but I remember using vim and elvis in DR-DOS and FreeDOS. nvi, which is the vi in NetBSD and FreeBSD, has

Re: [Freedos-user] Development Environment, Embedded +

2018-03-09 Thread Ralf Quint
On 3/9/2018 6:24 PM, Patrick wrote: I found a cross compiler, pre-compiled for 64bit Linux. I just need to figure out the best way to network between dos and linux to transfer the executable. FreeDos starts so fast I might try transferring to a qemu image via an iso image. Preparing an

Re: [Freedos-user] Development Environment, Embedded +

2018-03-09 Thread Patrick
Thanks again Eric. Thanks Ralf and thanks Jerome This list has great support! I found a cross compiler, pre-compiled for 64bit Linux. I just need to figure out the best way to network between dos and linux to transfer the executable. FreeDos starts so fast I might try transferring to a qemu

Re: [Freedos-user] Development Environment, Embedded +

2018-03-09 Thread Jerome Shidel
Hello, >> I use vim on Linux, has anyone ported this over? > > According to > >> http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/repos/pkg-html/group-edit.html > > the 1.2 distro already included VIM :-) The description > also contains a link to our pre-compiled VIM

Re: [Freedos-user] Development Environment, Embedded +

2018-03-09 Thread Ralf Quint
On 3/9/2018 6:00 AM, Patrick wrote: Hi Everyone I fooled around with FreeDos years ago. I have always loved the logo ! I didn't see any reason to move from Linux but now I see reasons to use both. IMHO, nowadays, they simply serve different purposes. As things have advanced in the 20+ years s

Re: [Freedos-user] Development Environment, Embedded +

2018-03-09 Thread Eric Auer
Hi Patrick, > I want to program on FreeDos, I want to use GCC and I want to port > over GnuCOBOL. Are there any books or resources you could recommend Well DJGPP (Gnu C / C++ for DOS) is reasonably compatible to the Linux version when you compile text oriented tools and http://www.delorie.com/dj

[Freedos-user] Development Environment, Embedded +

2018-03-09 Thread Patrick
Hi Everyone I fooled around with FreeDos years ago. I have always loved the logo ! I didn't see any reason to move from Linux but now I see reasons to use both. I don't want to overrun the mailing list so I have multiple topics in this one post, sorry in advance if this is not what I should h