]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
od-unix: add platform support layer
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 4 Jun 2026 14:57:41 +0000 (07:57 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 11 Jun 2026 21:08:30 +0000 (14:08 -0700)
commit2a4856889847b837074be36f15a513b6f90a749b
tree39b3dbc1cb53c2a9f50fd89e81da8633eed611c2
parent32e648c9663d61c13c8480ee4d6612df8c804a91
od-unix: add platform support layer

Add the Unix target base layer for paths, threading, time, logging,
character conversion, memory mapping, filesystems, and hardfiles.

These files provide the host services used by the shared emulator core
through the existing target interfaces.
25 files changed:
od-unix/charset.cpp [new file with mode: 0644]
od-unix/config.cpp [new file with mode: 0644]
od-unix/config.h [new file with mode: 0644]
od-unix/filesys_host.cpp [new file with mode: 0644]
od-unix/gui.cpp [new file with mode: 0644]
od-unix/hardfile_host.cpp [new file with mode: 0644]
od-unix/host.h [new file with mode: 0644]
od-unix/logging.cpp [new file with mode: 0644]
od-unix/machdep/m68k.h [new file with mode: 0644]
od-unix/machdep/maccess.h [new file with mode: 0644]
od-unix/machdep/machdep.h [new file with mode: 0644]
od-unix/machdep/rpt.h [new file with mode: 0644]
od-unix/mman.cpp [new file with mode: 0644]
od-unix/path_expand.cpp [new file with mode: 0644]
od-unix/path_expand.h [new file with mode: 0644]
od-unix/path_expand_test.cpp [new file with mode: 0644]
od-unix/stubs.cpp [new file with mode: 0644]
od-unix/support.cpp [new file with mode: 0644]
od-unix/sysconfig.h [new file with mode: 0644]
od-unix/target.h [new file with mode: 0644]
od-unix/tchar.h [new file with mode: 0644]
od-unix/threaddep/thread.h [new file with mode: 0644]
od-unix/threading.cpp [new file with mode: 0644]
od-unix/threading_test.cpp [new file with mode: 0644]
od-unix/time.cpp [new file with mode: 0644]