Skip to content

sky5454/30daysMakeOS-Origin-ISOfiles

Repository files navigation

30daysMakeOS-Origin-ISOfiles

本项目为《30天自制操作系统》光盘完整日文原版镜像文件
WIKI地址
附上: 《30天自制操作系统》源码中文版
https://github.com/SwordYork/slef

本项目中文说明在下面

En-readme

the full files from Internet, which are also same as the CSDN community's zip

The full file: 《30天自制操作系统》原版-30days-Origin.iso

The hex tools Bz1621.zip

And the same dirs is their Extracted files.


LICENSE

please see this file "README.md" and the txt like "readme.txt","GPL.txt" in ISOfiles.

The following,

In the "ISO files and their ISO Extracted dirs" ,
I named the files whose localed in the Directorys "tolset" and "project" as contextA


And about the contextA has 3 different LICENSE: GPL, LGPL, KL-01

NOTE: The other files which isn't in contextA has another unfree LISENCE , maybe.


only those files incontextA is GPL

ccl.exe
cpp0.exe
ld.exe
make.exe
upx.exe

only those files in contextA is LGPL

t5lzma.exe
qemu/qemu.exe
qemu/bios.bin
qemu/SDL.dll

and the other files in contextA is all LICENSE KL-01(author said )




Chinese 中文说明

下载自网上,使用文件对比工具

发现所有文件与CSDN_VIP下载https://download.csdn.net/download/gaohuaid/8316111的文件完全一致

  1. 《30天自制操作系统》原版-30days-Origin.iso 完整光盘镜像文件
  2. Bz1621.zip文件 及 Bz162目录 是二进制/十六进制编辑器,clone自crazyn2
  3. 30days-Origin-ISOfiles目录 是从iso文件解压出来的,与CSDN下载的文件完全一致(已使用对比工具确认)

LICENSE许可协议

具体请看本"README.md"以及ISO里的txt文件,如"readme.txt","GPL.txt"

在以下说明里,

ISO镜像文件及其解压出来的目录(如30days-Origin-ISOfiles) 中,

​ 我把 "tolset"和"project"两个目录 称为 contextA


contextA 中有三种不同的许可协议: GPL, LGPL, KL-01

NOTE: 不属于 contextA 的可能是非自由的许可协议


contextA里,只有以下文件是 GPL

ccl.exe
cpp0.exe
ld.exe
make.exe
upx.exe

contextA里,只有以下文件是 LGPL

t5lzma.exe
qemu/qemu.exe
qemu/bios.bin
qemu/SDL.dll

contextA中的其他文件均为 KL-01 协议(作者如是说)

=============End