As far as I know the earlier Turbo-Pascal compilers (I think 5.5 and
earlier) have been freeware'd years ago. They can natively compile
16bit code on Freedos and might be worth a try. You can find even
ancient versions of TP, like 3.0 on winworldpc, and I actually quite
like to go down memory lane
Btw, when compiling in large memory model via
fpc -Wmlarge
the pointer errors when compiling keyb are gone. There are some 20
remaining compile errors. Perhaps these can be solved.
Bernd
On 09.11.2023 23:38, Bernd Böckmann via Freedos-devel wrote:
Hello Aitor,
> Could you please post the e
Hello Aitor,
> Could you please post the exact message you got from the compiler?
For something like this "FarPointer(@Buffer)" I get the following error
message:
"Error: Illegal type conversion: "Pointer" to "FarPointer""
My opinion is that this should be supported by the compiler, because
Hello,
Could you please post the exact message you got from the compiler?
I got mysefl problems with such convertions trying to compile FD-KEYB with
FPC, but although I posted for help in the forums, I didn't get anything
really useful and finally gave up.
But I am curious if you get the same err
Hi Ralf,
yes you are right. I noticed all this before (except the link itself because Android devices use no mouse and the link is not shown in that app). Nevertheless - at the end curiosity won.
And I am not the first one and will not be the last one where this happens.
Since I retired I got at
On Wed, Nov 8, 2023 at 3:21 AM Walter Oesch via Freedos-devel <
freedos-devel@lists.sourceforge.net> wrote:
> I want to build the FreeDOS Kernel.
> I use Dosbox in Ubuntu Linux and watcom comiler from FreeDOS, version 1.9.
>
> I changed config.b to use watcom and copied to config.bat, then start w
Hallo
I have downloaded the ZIP from https://github.com/FDOS/kernel, Version 2.43
(2043).
I have nothing changed. Later I want to change some parts.
Ubuntu 22.04.3 LTS
I downloaded the assembler NASM version 0.98.39 compiled on Oct 12 2019
(renamed to nasm.exe and put it in the bin folder of wa
Hi,
On Wed, Nov 8, 2023 at 2:21 AM Walter Oesch via Freedos-devel
wrote:
>
> I want to build the FreeDOS Kernel.
Kernel 2043? Any particular reason to not use the stock build? Did you
modify anything or add any patches? Just curiosity?
> I use Dosbox in Ubuntu Linux and watcom comiler from Free