|
From: kosmirror <kos...@us...> - 2025-09-29 23:23:31
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A pseudo Operating System for the Dreamcast.".
The branch, master has been updated
via c601a70e93d67872953d2c091d496101c5692c56 (commit)
from c6df54ce9cb887569312e929a59dd12539bf1b85 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c601a70e93d67872953d2c091d496101c5692c56
Author: QuzarDC <qu...@co...>
Date: Mon Sep 29 19:13:11 2025 -0400
dc-chain: Update docs and mingw patch for sys/sched.h removal
Cleaning up after the removal of the patch in #1208. The
default `sys/sched.h` from newlib is used instead.
-----------------------------------------------------------------------
Summary of changes:
utils/dc-chain/doc/mingw/packages/fixup-sh4-newlib.sh | 1 -
utils/dc-chain/patches/README.md | 1 -
2 files changed, 2 deletions(-)
diff --git a/utils/dc-chain/doc/mingw/packages/fixup-sh4-newlib.sh b/utils/dc-chain/doc/mingw/packages/fixup-sh4-newlib.sh
index ddc49717..b8f218b2 100644
--- a/utils/dc-chain/doc/mingw/packages/fixup-sh4-newlib.sh
+++ b/utils/dc-chain/doc/mingw/packages/fixup-sh4-newlib.sh
@@ -17,4 +17,3 @@ cp -r $kos_base/kernel/arch/dreamcast/include/dc $newlib_inc
# they are already "cp" instructions.
cp $kos_base/include/pthread.h $newlib_inc
cp $kos_base/include/sys/_pthread.h $newlib_inc/sys
-cp $kos_base/include/sys/sched.h $newlib_inc/sys
diff --git a/utils/dc-chain/patches/README.md b/utils/dc-chain/patches/README.md
index 29f447a1..9b60d6a6 100644
--- a/utils/dc-chain/patches/README.md
+++ b/utils/dc-chain/patches/README.md
@@ -25,7 +25,6 @@ Generic `newlib` fixups (applied directly after `newlib` is installed):
```
cp $(kos_base)/include/pthread.h $(newlib_inc) # KOS pthread.h is modified
cp $(kos_base)/include/sys/_pthread.h $(newlib_inc)/sys # to define _POSIX_THREADS
-cp $(kos_base)/include/sys/sched.h $(newlib_inc)/sys # pthreads to kthreads mapping
ln -nsf $(kos_base)/include/kos $(newlib_inc) # so KOS includes are available as kos/file.h
ln -nsf $(kos_base)/kernel/arch/dreamcast/include/arch $(newlib_inc) # kos/thread.h requires arch/arch.h
ln -nsf $(kos_base)/kernel/arch/dreamcast/include/dc $(newlib_inc) # arch/arch.h requires dc/video.h
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|