Browse Source

Update LICENSE and include it in disk images

master
Juhani Krekelä 2 years ago
parent
commit
2cab8ae6cf
  1. 3
      LICENSE
  2. 1
      Makefile

3
LICENSE

@ -1,6 +1,5 @@
MS-DOS v1.25 and v2.0 Source Code
Copyright (c) Microsoft Corporation.
Copyright (c) 2021 Juhani 'nortti' Krekelä and Ordos contributors
All rights reserved.
MIT License.

1
Makefile

@ -12,6 +12,7 @@ ordos.img: BOOT.BIN IO.SYS ORDOS.SYS COMMAND.COM debug.com edlin.com exe2bin.exe
mcopy -i $@ exe2bin.exe ::
mcopy -i $@ link.exe ::
mcopy -i $@ masm.exe ::
mcopy -i $@ LICENSE ::
BOOT.BIN: boot.asm
$(DOSBOX) mk-boot.bat

Loading…
Cancel
Save