Hello Jerome, hello Geraldo,

Seems to require borland c/tasm
Unfortunately, aefdisk won’t compile under TASM 4.1.
Tried. But, It throws a couple errors and warnings.

This is interesting.

It seems the aefdisk sources are using some strange syntax extensions which I have not seen before --- perhaps these are supported by certain versions of tasm?

For example, there is
  ends
rather than say
  _DATA ends
to end a segment definition without specifying a segment name. There is also
  MBRloader label
rather than
  MBRloader:
to label something that is not a procedure.

(I am copying this mail to freedos-devel, since I believe that will be a more appropriate venue.)

Thank you!

--
https://github.com/tkchia


_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to