add example build command line for Windows

This commit is contained in:
Kenneth J Davis 2023-12-18 20:32:53 -05:00
parent 9f9323612a
commit 2da3aafa80
No known key found for this signature in database
GPG Key ID: 59D5F216C38F11FD

View File

@ -15,6 +15,11 @@ kernel come out, you can extract them over your previous source, and
not have to worry about resetting up your configuration because your
CONFIG.BAT file will not get replaced!
For example to build your custom branded kernel for 386+ with FAT32
support using OpenWatcom compilers use a command such as:
BUILD.BAT 386 ow fat32 upx /D CUSTOM_BRANDING /V "MyDOS"
Building on Linux:
==================