my-linux

os on linux kernel from scratch
git clone git://git.evenfri.duckdns.org/my-linux.git
Log | Files | Refs | README

commit 386c1816257140b956a7b4eef5bf31d631749ed0
parent 21627d6829fee5b6d6155bab05ee62c0fffd4840
Author: evenfri <evenfri256@gmail.com>
Date:   Mon, 27 Jul 2026 18:00:25 +0800

update

Diffstat:
MREADME | 3++-
Mstart.sh | 5+++++
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -12,12 +12,13 @@ starting cd libc mk cd .. + mv libc coreutils git clone https://codeberg.com/evenfri/coreutils.git cd coreutils mk cd .. - # avaiable + # available git clone --depth 1 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git cd linux cp ../linux_config .config diff --git a/start.sh b/start.sh @@ -10,6 +10,11 @@ if [ -f "$linux" ]; then fi cd coreutils + +cd libc +mk +cd .. + mk cd ..