mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 20:16:32 +01:00
Build kexec-fiwix in bindir and run it from run.kaem.
This commit is contained in:
parent
96fd7ad3e1
commit
9846c4bb82
4 changed files with 24 additions and 15 deletions
|
|
@ -1,6 +1,4 @@
|
|||
# SPDX-FileCopyrightText: 2023 Richard Masters <grick23@gmail.com>
|
||||
# SPDX-License-Identifier: MIT
|
||||
cd src
|
||||
tcc -m32 -march=i386 -std=c89 -I../../tcc/tcc-0.9.27/include -o kexec-fiwix kexec-fiwix.c
|
||||
|
||||
./kexec-fiwix
|
||||
tcc -m32 -march=i386 -std=c89 -I../../tcc/tcc-0.9.27/include -o ${bindir}/kexec-fiwix kexec-fiwix.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue