Go to file
2024-07-15 22:13:34 +08:00
LICENSES doc(license): init REUSE 2024-04-04 21:35:49 +08:00
third_party build: refactor makefile 2024-04-01 02:26:05 +08:00
.clang-format build: refactor makefile 2024-04-01 02:26:05 +08:00
.dockerignore build: add docker build 2024-04-01 04:18:49 +08:00
.editorconfig misc: add editorconfig 2024-04-01 02:51:51 +08:00
.gitignore build: add docker build 2024-04-01 04:18:49 +08:00
Dockerfile build: add docker build 2024-04-01 04:18:49 +08:00
even_ioctl.h misc: add editorconfig 2024-04-01 02:51:51 +08:00
even_names.h build: refactor makefile 2024-04-01 02:26:05 +08:00
even_peb.h misc: add editorconfig 2024-04-01 02:51:51 +08:00
even.c chore: reduce log visibility in non-debug builds 2024-04-04 20:53:57 +08:00
even.rc rc: minor adjustments 2024-04-04 20:54:25 +08:00
Makefile build: add docker build 2024-04-01 04:18:49 +08:00
peru.yaml build: refactor makefile 2024-04-01 02:26:05 +08:00
README.md doc(license): init REUSE 2024-04-04 21:35:49 +08:00
REUSE.toml doc(license): convert .reuse/dep5 to REUSE.toml 2024-07-15 22:13:34 +08:00

even.sys

Even is not odd.

A stub for Htsysm7679.

Building

This project uses the MinGW toolchain to build.

make

# With custom sysroot (e.g. Fedora MinGW)
mingw64-make # on Fedora
make PREFIX=/path/to/sys-root/prefix # on other systems

# Update third party dependencies (requires peru)
make third_party

# Generate compile_commands.json for IDE completions (clangd/ccls/etc.)
bear -- make VERSION= clean all

Notes

This stub didn't implement Htsysm7679's signature checks. It's not a 1:1 replacement, but good enough to get executables running.

License

See .reuse/ and LICENSES/ for details.

SPDX-License-Identifier: GPL-2.0-or-later

even.sys - a stub for Htsysm7679
Copyright (C) 2024 Zephyr Lykos <self@mochaa.ws>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.