Re: [Freedos-kernel] ke2042: nasm fails to assemble files during build time

2016-11-24 Thread Mateusz Viste
On Wed, 23 Nov 2016 19:25:52 +, Mateusz Viste wrote: > I am trying to compile the FreeDOS kernel from svn's tag ke2042, but it > appears that build.bat fails to assemble several files. For instance: > > nasm -DTC2 -DWITHFAT32 -i../hdr/ -DXCPU=86 -f obj floppy.asm > nasm: error: more th

[Freedos-kernel] ke2042 doesn't compile with Turbo C 2.01

2016-11-24 Thread Mateusz Viste
Hello, I noticed that the ke2042 svn tag doesn't compile using Turbo C 2.01. The reason is quite trivial: config.c: Error config.c 407: Expression syntax in function PreConfig2 Indeed, config.c contains two commented line at 407 and 408: // if (UmbState == 2) //umb_init(); I have no idea