how bad is it to create a file with the extension '.cs' meaning 'code segment'
Conversation
Notices
-
not good psdev 🏳️⚧️ (mothcompute@vixen.zone)'s status on Saturday, 07-Dec-2024 17:51:30 JST not good psdev 🏳️⚧️
- polprog68k likes this.
-
not good psdev 🏳️⚧️ (mothcompute@vixen.zone)'s status on Saturday, 07-Dec-2024 17:51:31 JST not good psdev 🏳️⚧️
i dont want to open firefox to look up freebsd syscall implementations while im compiling on all 16 cores so im just running `objdump -d /lib/libc.so.7 | less -R` and searching for the name of the syscall, to great success. unfortunately i have also discovered that every trampoline contains the code `mov r10, rcx` and i dont know why. do i need that to do syscalls. am i a system v fool
polprog68k likes this.