Re: [Freedos-devel] MS-DOS 4.0 source released as open source under MIT license

2024-04-27 Thread tom ehlert via Freedos-devel
all GITHUB files have LF line endings. as old MSDOS tools insist on CRLF line endings, you have to convert the files first. Tom ___ Freedos-devel mailing list Freedos-devel@lists.sourceforge.net

Re: [Freedos-devel] MS-DOS 4.0 source released (line endings)

2024-04-27 Thread Paul Dufresne via Freedos-devel
Le sam., 27 avr. 2024 05:02:14 -0400 tom ehlert via Freedos-devel a écrit > all GITHUB files have LF line endings. > as old MSDOS tools insist on CRLF line endings, you have to convert the > files first. > > Tom Git handles CRLF conversions... see:

Re: [Freedos-devel] MS-DOS 4.0 source released as open source under MIT license

2024-04-27 Thread Paul Dufresne via Freedos-devel
Thank you ECM for the infos! I think my build did not finished normally. After about 1h build time on my i3-8100, dosbox finished with: Object Modules [.OBJ]: MAP DMA Run file [MEM386.EXE]: EMM386.EXE ... del emm386.sys File emm386.sys not found D:\SRC At some point, was making some

Re: [Freedos-devel] MS-DOS 4.0 source released as open source under MIT license

2024-04-27 Thread Paul Dufresne via Freedos-devel
Using nmake > OUT.TXT I have at the end of OUT.TXT: cd ..\xmaem nmake nosrvbld xmaem.skl ..\..\messages\usa-ms.msg Creating .CT? files for xmaem.skl using ..\..\messages\usa-ms.msg file of messages. SKL, MSG and IDX files have been opened for reading. Writing to

Re: [Freedos-devel] MS-DOS 4.0 source released as open source under MIT license

2024-04-27 Thread roytam--- via Freedos-devel
Paul Dufresne via Freedos-devel wrote: > > Thank you ECM for the infos! > > I think my build did not finished normally. > After about 1h build time on my i3-8100, dosbox finished with: > Object Modules [.OBJ]: MAP DMA > Run file [MEM386.EXE]: EMM386.EXE > ... > del emm386.sys > File

Re: [Freedos-devel] MS-DOS 4.0 source released as open source under MIT license

2024-04-27 Thread Paul Dufresne via Freedos-devel
Now, frankly, I feel stupid, because I think I would need a binary disk of MS-DOS 4.0 to test the binary files of MS-DOS 4.0 I compiled. I guess this is where your bootimg.asm script and: > nasm -I ../../lmacros/ -I ../../bootimg/ ../../bootimg/bootimg.asm

Re: [Freedos-devel] MS-DOS 4.0 source released as open source under MIT license

2024-04-27 Thread Paul Dufresne via Freedos-devel
I compared with Linux diff command files from https://winworldpc.com/download/d93cf841-4562-11eb-b764-028a0da4 and the one I compiled... had not compare all files, but the one I compared were identical (operating disk 1-3) Had to edit one to make sure it detect the diff.

Re: [Freedos-devel] MS-DOS 4.0 source released as open source under MIT license

2024-04-27 Thread Paul Dufresne via Freedos-devel
paul@fedora:~/MS-DOS/v4.0/src$ LANG=C diff OUTBIN/ /run/media/paul/2A43-1BF3/|grep -v ^Only Binary files OUTBIN/LCD.CPI and /run/media/paul/2A43-1BF3/LCD.CPI differ Binary files OUTBIN/SELECT.DAT and /run/media/paul/2A43-1BF3/SELECT.DAT differ Binary files OUTBIN/SELECT.EXE and

Re: [Freedos-devel] MS-DOS 4.0 source released as open source under MIT license

2024-04-27 Thread Paul Dufresne via Freedos-devel
May as well show the result: mkdir outbin cpy outbin cd outbin edlin.com result in Incorrect DOS version In Linux: paul@fedora:~/MS-DOS/v4.0/src$ ls -lh OUTBIN total 1,3M -rw-r--r--. 1 paul paul 6,3K 27 avr 21:51 4201.CPI -rw-r--r--. 1 paul paul  720 27 avr 21:51 4208.CPI