summaryrefslogtreecommitdiff
path: root/README
blob: 37c5e3a425f20d8bf3d34216c8c94617d91d54d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

parabola-riscv64-bootstrap
==========================

an attempt at creating a self-contained parabola GNU/Linux-libre system on the
riscv64 architecture.

prerequesites
-------------

to create parabola-riscv64, you need a riscv64-linux-gnu toolchain. On parabola
GNU/Linux-libre, this toolchain has been pre-packaged and can be installed by
invoking:

  $> pacman -S riscv64-linux-gnu-{gcc,gdb}

the PKGBUILDS used for building these packages, as well as documentation
towards the process of bootstrapping the toolchain is included in the
subdirectory `toolchain-pkgbuilds'.

bootstrapping
-------------

to bootstrap parabola-riscv64, run the create.sh script, and hope for the best.