All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] [TEST 0/1] Test with random patches
@ 2026-04-12 13:13 jw910731
  2026-04-12 13:13 ` [TEST v2 1/1] [WIP] Try compile linux on macOS with the help of nix jw910731
  0 siblings, 1 reply; 2+ messages in thread
From: jw910731 @ 2026-04-12 13:13 UTC (permalink / raw)
  To: linux-newbie; +Cc: sef1548, Wen-Yuan Wu

From: Wen-Yuan Wu <jw910731@gmail.com>

Thank's for Nick's feed back, the Signed-off-by field should be fixed to
comply DCO now.
The commit message stays unclear since the revision is mainly for testing.

jw910731 (1):
  [WIP] Try compile linux on macOS with the help of nix

 flake.lock                       | 82 ++++++++++++++++++++++++++++++++
 flake.nix                        | 43 +++++++++++++++++
 scripts/Kconfig.include          |  2 +-
 scripts/install.sh               |  2 +-
 scripts/macos-include/byteswap.h |  4 ++
 scripts/macos-include/elf.h      | 24 ++++++++++
 scripts/macos-include/endian.h   |  8 ++++
 scripts/mod/file2alias.c         |  3 ++
 usr/gen_init_cpio.c              |  4 +-
 9 files changed, 168 insertions(+), 4 deletions(-)
 create mode 100644 flake.lock
 create mode 100644 flake.nix
 create mode 100644 scripts/macos-include/byteswap.h
 create mode 100644 scripts/macos-include/elf.h
 create mode 100644 scripts/macos-include/endian.h

-- 
2.51.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-12 13:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-12 13:13 [PATCH v2] [TEST 0/1] Test with random patches jw910731
2026-04-12 13:13 ` [TEST v2 1/1] [WIP] Try compile linux on macOS with the help of nix jw910731

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.