Re: [Freedos-devel] FreeDOS 1.2 beta

2016-01-04 Thread Rugxulo
Hi, On Sun, Jan 3, 2016 at 9:07 PM, Maarten Vermeulen wrote: > > Ps: For those wondering why I can't do the core utillity: > > In 2015 I made a school report about MS-DOS. After that (I just did!) Iooked > at some MS-DOS sources. I mailed to Jim that I had been reading it.

Re: [Freedos-devel] FDISK issue

2016-01-04 Thread Jerome E. Shidel Jr.
> On Jan 4, 2016, at 4:09 PM, Antony Gordon wrote: > > Hi, > > I’m using NASM. It seems to work well with all the other labels. > > In my digging, I have found that default may be a keyword. I’ll try that too > just to be sure. I think you are correct that it is a

Re: [Freedos-devel] FDISK issue

2016-01-04 Thread Louis Santillan
You'll likely need MASM or TASM to assemble. WASM/JWASM may work in compatibility mode. On Mon, Jan 4, 2016 at 1:09 PM, Antony Gordon wrote: > Hi, > > I’m using NASM. It seems to work well with all the other labels. > > In my digging, I have found that default may be a

Re: [Freedos-devel] FDISK issue

2016-01-04 Thread Rugxulo
Hi, On Mon, Jan 4, 2016 at 9:54 AM, Antony Gordon wrote: > > I’m attempting to recompile FDISK and apparently you need to assemble > bootnorm.asm > and booteasy.asm and I’m getting this error when assembling booteasy.asm > > booteasy.asm:260: error: invalid parameter to

Re: [Freedos-devel] FreeDOS 1.2 beta

2016-01-04 Thread Maarten Vermeulen
Hi Mateusz, Thank you, I will read all. I start as soon as possible (either this evening or tommorrow) Maarten -Oorspronkelijk bericht- Van: "Mateusz Viste" Verzonden: ‎4-‎1-‎2016 08:24 Aan: "freedos-devel@lists.sourceforge.net"

[Freedos-devel] FDISK issue

2016-01-04 Thread Antony Gordon
Hi, I’m attempting to recompile FDISK and apparently you need to assemble bootnorm.asm and booteasy.asm and I’m getting this error when assembling booteasy.asm booteasy.asm:260: error: invalid parameter to [default] directive This is line 260 below. default db '?',' '+80h Any