Skip to content

Commit 334d1ab

Browse files
committed
Remove unmaintained cross feature
This documentation is not maintained and it required to be moved inside a separate project. We remove it and keep it out from the plain project for now.
1 parent 15febbd commit 334d1ab

File tree

7 files changed

+1
-220
lines changed

7 files changed

+1
-220
lines changed

Diff for: .gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@ ltx
22
libltx.so
33
transport.in
44
.venv
5-
zig-cache
6-
zig-out
7-
cross/initrds
8-
cross/kernels

Diff for: README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ LTX itself just needs Clang or GCC. The tests require Python 3.7+ with
2828
## Build
2929

3030
LTX can also be built as library in order to link its API inside a project and
31-
to run a custom initialization process for specific systems. This is currently
32-
used to [cross-compile kernel](/docs/cross.md) and to execute `ltx` as init
33-
process.
31+
to run a custom initialization process for specific systems, such as `initrd`.
3432

3533
# libltx build
3634
make shared
@@ -55,9 +53,6 @@ For testing:
5553
# execute LTX communication tests
5654
pytest -v tests/test_ltx.py
5755

58-
We can also [easily cross-compile LTX](/docs/cross.md) using `zig >=
59-
0.11.0`. Beware that this is an **experimental feature**.
60-
6156
## Run inside container
6257

6358
We provide a `Dockerfile` that can be used to run LTX inside a container.

Diff for: build.zig

-84
This file was deleted.

Diff for: cross/mk-initrd.sh

-30
This file was deleted.

Diff for: cross/run-qemu.sh

-20
This file was deleted.

Diff for: cross/sysinfo.zig

-9
This file was deleted.

Diff for: docs/cross.md

-67
This file was deleted.

0 commit comments

Comments
 (0)