Re: [Freedos-kernel] Potential issues with FAR printf

2009-07-20 Thread Tom Ehlert
> The FAR printf is probably good for 16-bit builds with DEBUG defined. > However, there are at least two potential issues (NOT YET VERIFIED). > 1. 386 (or higher) builds might fail on a FAR value, as a 32-bit FAR is past > 4GB. I don't know how the compilers treat FAR in these builds. exactly as

Re: [Freedos-kernel] Potential issues with FAR printf

2009-07-20 Thread Bart Oldeman
2009/7/20 : > Jeremy: > The FAR printf is probably good for 16-bit builds with DEBUG defined. > However, there are at least two potential issues (NOT YET VERIFIED). > 1. 386 (or higher) builds might fail on a FAR value, as a 32-bit FAR is past > 4GB.  I don't know how the compilers treat FAR in th

[Freedos-kernel] Potential issues with FAR printf

2009-07-20 Thread ibid_ag
Jeremy: The FAR printf is probably good for 16-bit builds with DEBUG defined. However, there are at least two potential issues (NOT YET VERIFIED). 1. 386 (or higher) builds might fail on a FAR value, as a 32-bit FAR is past 4GB. I don't know how the compilers treat FAR in these builds. 2.Low memor