File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,10 @@ debug:
1313 JINX_CONFIG_FILE=jinx-config-debug $(MAKE ) all
1414
1515jinx :
16- curl -Lo jinx https://github.com/mintsuki/jinx/raw/7a101a39eb061713f9c50ceafa1d713f35f17a3b/jinx
17- chmod +x jinx
16+ git clone https://codeberg.org/mintsuki/jinx.git jinx-repo
17+ git -C jinx-repo checkout 7a101a39eb061713f9c50ceafa1d713f35f17a3b
18+ mv jinx-repo/jinx ./
19+ rm -rf jinx-repo
1820
1921.PHONY : run-kvm
2022run-kvm : vinix.iso
Original file line number Diff line number Diff line change @@ -65,18 +65,18 @@ download_by_hash() {
6565}
6666
6767clone_repo_commit \
68- https://github.com/osdev0 /freestnd-c-hdrs-0bsd.git \
68+ https://codeberg.org/osdev /freestnd-c-hdrs-0bsd.git \
6969 freestnd-c-hdrs \
7070 a87c192f3eb66b0806740dc67325f9ad23fc2d0b
7171
7272clone_repo_commit \
73- https://github.com/osdev0 /cc-runtime.git \
73+ https://codeberg.org/osdev /cc-runtime.git \
7474 cc-runtime \
7575 576a01179f3298a4795b92f42c088f9f8800b56b
7676
7777# 1.0.2
7878clone_repo_commit \
79- https://github.com /mintsuki/flanterm.git \
79+ https://codeberg.org /mintsuki/flanterm.git \
8080 c/flanterm \
8181 9d0f67b89db1d83236f9ac291339248ba3d5f479
8282
Original file line number Diff line number Diff line change 33name=freestnd-c-hdrs
44version=87956bbcad0e1934e708223913be53131311342d
55revision=1
6- git_url=" https://github.com/osdev0 /freestnd-c-hdrs.git"
6+ git_url=" https://codeberg.org/osdev /freestnd-c-hdrs.git"
77commit=${version}
88
99build () {
Original file line number Diff line number Diff line change 33name=freestnd-cxx-hdrs
44version=1cc6d4665e1e0ce4408c94616c8c4de4c19b9968
55revision=1
6- git_url=" https://github.com/osdev0 /freestnd-cxx-hdrs.git"
6+ git_url=" https://codeberg.org/osdev /freestnd-cxx-hdrs.git"
77commit=${version}
88
99build () {
You can’t perform that action at this time.
0 commit comments