> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tsukineos.top/llms.txt
> Use this file to discover all available pages before exploring further.

# Bouwoverzicht: TsukineOS vanuit broncode

> Bouw TsukineOS vanuit broncode (verkorte procedure).

# Bouwoverzicht

TsukineOS is gebaseerd op Linux 6.6 LTS; de gebruikersruimte bestaat uit BusyBox + dash + eigen hulpmiddelen. Het bouwresultaat is een opstartbare initrd met bijbehorende image.

## Bouwprocedure (verkort)

```bash theme={null}
# 1. Haal de Linux 6.6-kernelbroncode op
wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz
tar xf linux-6.6.tar.xz && cd linux-6.6
make defconfig && make -j$(nproc)
cd ..

# 2. Bouw BusyBox (statische koppeling)
# Configureer voor statische koppeling en compileer, dit levert het busybox-binairbestand op

# 3. Bouw dash
# Compileer dash als /bin/sh

# 4. Compileer de eigen hulpmiddelen
# Bouw taskmgr / net / ping / iwr / tknpkg / tknpkkj

# 5. Pak de initrd in
# Combineer kernelmodules, BusyBox, dash, eigen hulpmiddelen en init-scripts tot initrd
```

## Bouwresultaten

* x86\_64: opstartbare ISO (kernel + initrd)
* ARM64: beschrijfbare IMG (kernel + initrd, aangepast voor Raspberry Pi-achtige apparaten)

## Gedetailleerde uitleg

De afhankelijkheden en cross-compilatie-instellingen voor elke stap vind je in [Bouwomgeving](/nl/build-guide/environment). Het volledige, reproduceerbare bouwscript is beschikbaar in de `TsukineOS`-repository.

<Note>
  Deze pagina is vertaald door AI en kan onnauwkeurigheden bevatten. De vereenvoudigd Chinese versie is gezaghebbend.
</Note>

***

© 2024-2026 TsutokiTeo/JunweiZhang. All rights reserved.
