]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
docs: update README, POSIX_ROADMAP, TESTING_PLAN, BUILD_GUIDE for all 66 features
authorTulio A M Mendes <[email protected]>
Sun, 15 Feb 2026 04:00:02 +0000 (01:00 -0300)
committerTulio A M Mendes <[email protected]>
Sun, 15 Feb 2026 04:00:02 +0000 (01:00 -0300)
commit544313fd133b1d0ce2fb49407711f3166ac9e4af
treee7cdb0dd75bdb58bf2a17dca84f3db1de2e6c981
parente2f40b5d6c4e4467ab3bf878367b472f6eb40050
docs: update README, POSIX_ROADMAP, TESTING_PLAN, BUILD_GUIDE for all 66 features

README.md:
- ARM64/RISC-V now listed as bootable on QEMU virt (not just build infra)
- Added SMAP, per-CPU runqueues, posix_spawn, interval timers, IPv6,
  DHCP, getaddrinfo, virtio-blk, dlopen/dlsym, sigqueue, waitid,
  POSIX mq_*/sem_*, pipe capacity fcntl, select/poll for files
- Running section now includes ARM64 and RISC-V commands
- Directory structure includes src/arch/arm/ and src/arch/riscv/
- Status updated to 66 total features, ~98% POSIX coverage

POSIX_ROADMAP.md:
- All 18 new features marked [x] in their respective tables
- Progress list extended to items 49-66
- Remaining Work section replaced: all gaps resolved, future
  enhancements listed (epoll, inotify, sendmsg/recvmsg, aio_*)

TESTING_PLAN.md:
- Added multi-arch build verification line
- Added qemu-system-aarch64 and qemu-system-riscv64 to tools table
- Added make run-arm / make run-riscv to Makefile targets

BUILD_GUIDE.md:
- Updated feature summary paragraph
- Fixed ld.so description (full relocation, not stub)
- ARM64 section: added make run-arm shortcut and expected output
- RISC-V section: fixed QEMU command (-bios none), added expected output
- Renumbered Common Troubleshooting to section 6
BUILD_GUIDE.md
README.md
docs/POSIX_ROADMAP.md
docs/TESTING_PLAN.md