Hi,
On Wed, Nov 8, 2023 at 2:21 PM Bernd Böckmann via Freedos-devel
wrote:
>
> the tests I did showed that FreePascal is perfectly capable of producing
> reasonably small binaries fitting the small memory model, if you do not
> require the full language feature set (stay away from ObjFpc / Delphi
Hi,
On Wed, Nov 8, 2023 at 1:42 PM Bernd Böckmann via Freedos-devel
wrote:
>
> has anyone recently played around with the FreePascal 8086 cross
> compiler to generate DOS executables? I try to convert a near pointer to
> a far pointer while working under the small memory model, but that is
> not
Hi Ralf,
the tests I did showed that FreePascal is perfectly capable of producing
reasonably small binaries fitting the small memory model, if you do not
require the full language feature set (stay away from ObjFpc / Delphi
modes). SysUtils and exception handling pulls in a significant amount
On 11/8/2023 11:40 AM, Bernd Böckmann via Freedos-devel wrote:
Hi all,
has anyone recently played around with the FreePascal 8086 cross
compiler to generate DOS executables? I try to convert a near pointer
to a far pointer while working under the small memory model, but that
is not as trivial
On 11/3/2023 11:36 AM, Wilhelm Spiegl via Freedos-devel wrote:
Hi Ralf,
you never make a mistake? Then you never make a "backup"?
Rarely. And I do.
The thing that is more interesting for me is how the person really
made it.
I just found this very same email in my spam folder, Thunderbird (or
Hi all,
has anyone recently played around with the FreePascal 8086 cross
compiler to generate DOS executables? I try to convert a near pointer to
a far pointer while working under the small memory model, but that is
not as trivial as it should be, because I have not found a language /
library
If you have a windows or Linux machine at hand, you might want to
check with pcem. It can emulate several 286 BIOS/board variants. That
would give you a hint if it might be a problem with your board or the
286 architectur in general.
On Wed, 8 Nov 2023 at 14:33, tom ehlert via Freedos-devel
wrote
Hallo Herr sparky4 insano via Freedos-devel,
am Mittwoch, 8. November 2023 um 04:23 schrieben Sie:
> i think i found the problem i ran the SAME driver and same code on my 486
> and it works without fail.
> there is something wrong with my 286 board with love,
> sparky4
> Administrator of 四葉の芽◇ち
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 with
buildall.bat.
The compilation hangs in BOOT/boot.asm:437 Warning Must update constant
offset (17Bh)...
What did