Artifact b72b3eff18c68ca937b7c3a0ddbaedcecf60fea906d406b6a6b53da186ece86b:
- File kio/kio_posix_fd_write.fn.x86.lin.64.s — part of check-in [d27f92e3b7] at 2019-06-28 04:32:40 on branch trunk — restructure file naming conventions and conclusively fix longstanding architectural build system problems with loads and loads of variables and a shit ton of function calls (user: lexi, size: 253) [annotate] [blame] [check-ins using]
- File kio/kio_posix_fd_write.x86.lin.64.s — part of check-in [f5b7fa5762] at 2019-06-27 05:52:40 on branch trunk — updates (user: lexi, size: 253) [annotate] [blame] [check-ins using]
- File kio/posix_fd_write.fn.x86.lin.64.s — part of check-in [6479e060a3] at 2019-07-26 09:51:02 on branch trunk — major update. fix ridiculous old type size determination mechanism. mmap is still broken and i'm not sure why; the syscall does not appear to be going through correctly - see posix_mmap, kmheapa, and kcore/testbin.exe.fn (user: lexi, size: 253) [annotate] [blame] [check-ins using]
- File legacy/posix_fd_write.fn.x86.lin.64.s — part of check-in [724bbbbe91] at 2019-08-19 02:18:11 on branch trunk — clean out legacy code (user: lexi, size: 253) [annotate] [blame] [check-ins using]
bits 64 global kio_posix_fd_write %include "../arch/x86.lin.64.s" ; vim: ft=nasm kio_posix_fd_write: mov sys.reg.0, sys.write ; mov sys.reg.1, ccall.reg.0 - nop ; mov sys.reg.2, ccall.reg.1 - nop ; mov sys.reg.3, ccall.reg.2 - nop sys.call ret