Re: [Freedos-user] How to build FreeDOS kernel on FreeDOS

2021-10-31 Thread saito yutaka
Hi all. I finally finished build FreeDOS kernel on FreeDOS. Thanks for your help. I modified wlink linkage file(KWC38632.LNK) as follow. debug all op symfile format dos option map,statics,verbose F { kernel.obj entry.obj io.obj console.obj serial.obj printer.obj dsk.obj sysclk.obj \

Re: [Freedos-user] How to build FreeDOS kernel on FreeDOS

2021-10-28 Thread saito yutaka
Hi all. Thanks for your reply. I tried to build using OpenWatcom but error occurred when link. I used Config.bat as shown below [1]. The output from the build is shown below[2]. Is there something wrong in Config.bat? Thanks Saito yutaka [1] :- :- batch file that is included in all other

Re: [Freedos-user] How to build FreeDOS kernel on FreeDOS

2021-10-27 Thread tom ehlert
>         C:\DEVEL\OW\BINW\WLINK.EXE @KWC38632.lnk; > Open Watcom Linker Version 1.9 > Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved. > Source code is available under the Sybase Open Watcom Public License. > See http://www.openwatcom.org/ for details. > Error! E3033: file

Re: [Freedos-user] How to build FreeDOS kernel on FreeDOS

2021-10-27 Thread saito yutaka
Hello I edited XUPX and XLINK variables as follow. set XUPX= set XLINK=C:\DEVEL\OW\BINW\WLINK.EXE But it seems occurred link error again. C:\SRC\KERNEL>build.bat USING OPTIONS of C=[] ASM=[] Process UTILS ++ Open Watcom Make Version 1.9

Re: [Freedos-user] How to build FreeDOS kernel on FreeDOS

2021-10-27 Thread tom ehlert
Hallo Herr saito yutaka, am Mittwoch, 27. Oktober 2021 um 12:16 schrieben Sie: > Hi all. > Thanks for your reply. > I tried to build using OpenWatcom but error occurred when link. > I used Config.bat as shown below [1]. > The output from the build is shown below[2]. > Is there something

Re: [Freedos-user] How to build FreeDOS kernel on FreeDOS

2021-10-27 Thread perditionc
I forgot you also need to have upx to compress the kernel, or comment out the upx usage. set XUPX=upx --8086 --best :- or use set XUPX= :- if you don't want to use it Jeremy ___ Freedos-user mailing list Freedos-user@lists.sourceforge.net

Re: [Freedos-user] How to build FreeDOS kernel on FreeDOS

2021-10-27 Thread saito yutaka
Hi all. Thanks for your reply. I tried to build using OpenWatcom but error occurred when link. I used Config.bat as shown below [1]. The output from the build is shown below[2]. Is there something wrong in Config.bat? Thanks Saito yutaka [1] :- NOTICE! You must edit and rename this file

Re: [Freedos-user] How to build FreeDOS kernel on FreeDOS

2021-10-27 Thread saito yutaka
Hi all. Thanks for your reply. I tried to build using OpenWatcom but error occurred when link. I used Config.bat as shown below [1]. The output from the build is shown below[2]. Is there something wrong in Config.bat? Thanks Saito yutaka [1] :- NOTICE! You must edit and rename this file

Re: [Freedos-user] How to build FreeDOS kernel on FreeDOS

2021-10-24 Thread Rugxulo
Hi, On Sun, Oct 24, 2021 at 4:44 AM saito yutaka wrote: > > I want to build FreeDOS kernel on FreeDOS. > > But I don't have any idea that what tools I need. > And what steps should I need. > > For example which should I use compiler to build source? > And what library should I need? I built a

Re: [Freedos-user] How to build FreeDOS kernel on FreeDOS

2021-10-24 Thread perditionc
On Sun, Oct 24, 2021, 5:44 AM saito yutaka wrote: > Hello. > > I want to build FreeDOS kernel on FreeDOS. > > But I don't have any idea that what tools I need. > And what steps should I need. > > For example which should I use compiler to build source? > And what library should I need? > >

[Freedos-user] How to build FreeDOS kernel on FreeDOS

2021-10-24 Thread saito yutaka
Hello. I want to build FreeDOS kernel on FreeDOS. But I don't have any idea that what tools I need. And what steps should I need. For example which should I use compiler to build source? And what library should I need? Thanks. Saito Yutaka ___