Update LICENSE and include it in disk images
This commit is contained in:
parent
9a7e047d57
commit
2cab8ae6cf
2 changed files with 2 additions and 2 deletions
3
LICENSE
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
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…
Reference in a new issue