Jimmy Miller posted a short introduction to the basics of reading machine code. He focuses on the actual raw machine code, not Assembly, of aarch64 and x86-64.
Jimmy Miller posted a short introduction to the basics of reading machine code. He focuses on the actual raw machine code, not Assembly, of aarch64 and x86-64.
Wrote a minimal HTTP server with sendfile support in ARM64 assembly. Started with a simple Zig server and ported to assembly syscall by syscall. Mostly straightforward but took a while to figure out memory related instructions and how to work with structs in assembly.
code: https://gist.github.com/rrampage/d31e75647a77badb3586ebae1e414cb6
Compiles to ~620 byte binary after `sstrip -z`
currently, it just serves an index.html. Will probably get around to adding `getdents64` support and maybe some multi-threading with `epoll` support
Here's a screenshot of serving a Game of Life WASM demo from a 10 year old android phone running this server
Funnily enough, it takes more than 5 minutes to bump the char limits on Mastodon's toots
It's been compiling for ages (I'm just bumping to 1000) and doesn't seem to get anywhere, almost as if it was stuck for the arm64 target
On the other hand, the amd64 target is working like a charm, so I guess it has to do with architecture emulation ?
Leveraging the power of NPU to run Gen AI tasks on Copilot+ PCs.
How to run SSMS 21 on Windows 11 Arm64 | by Jeremy Sinclair.
https://sinclairinat0r.com/2025/05/29/how-to-run-SSMS-21-on-Windows-11-Arm64
Any #googleio announcements about Android emulators you can run on Windows on Arm devices?
@jbqueru OFC and in terms of #RISCv vs. #ARM it won't be competitive for quite some time as ARM includes a lot of #proprietary and #patented #PowerSaving technologies that are just not available outside of said closed ISA.
@jbqueru Also I hope for #RISCv to be the #ISA of the future for long-term #OpenSourceHardware and support.
#ARM64 - just like #amd64 - is yet another proprietary ISA and almost all devices with it in terms of #Laptops have #AntiRepairDesign like #Apple's #MacBook|s that self-destroy their #SSD|s which also contains it's #EFI / "#BridgeOS", making machines with fried SSDs 'braindead'…
And yes, #RAM to also fails and making it not fully replaceable and upgradeable is inherently bad and I'm still mad at @frameworkcomputer for their botched #FrameworkDesktop #PC!
Updated librewolf, cinny-desktop, legcord, and added liquidshell (for kde) and a few more packages today. #slackaroni #slackware #arm64 #aarch64 https://slackware.lngn.net/pub/aarch64/slackwareaarch64-current/ChangeLog.txt
#rstats ️ Reminder to grab your FOSS-based CRAN package binaries from https://cran.devxy.io instead of the Posit PM!
Saves you time and enables you running #arm64 workflows in R ;)
https://docs.r-package-binaries.devxy.io/configuration/index.html
Microsoft App Assure helps Nord Security build for Windows on Arm | by Mike Adams.
I dont understand why Spotify does not offer arm64 build, we can at least vote for this idea to have native client for ARM linux desktop and linux phones
https://community.spotify.com/t5/Live-Ideas/arm64-support/idi-p/6551110
Copilot+ PCs are the most performant Windows PCs ever built, now with more AI features that empower you every day.
The recording of the April 23rd, 2025 #bhyve Production User Call is up:
We discussed truncating large disk images, OpenPower planning, a new ESXi release, Haiku, a long-term networking issue and its progress, #FreeBSD 15.0-RELEASE goals, uboot/squashfs/uboot under #ARM64, debugging with GDB and bhyve, joining Production User Calls with FreeBSD and Wayland, and more!
"Don't forget to slam those Like and Subscribe buttons."
PyTorch Arm native builds now available for Windows.
PyTorch Arm native builds now available for Windows!
New Windows Arm64 Hosted Runners for GitHub Actions Accelerates Developer Workflows.
https://newsroom.arm.com/blog/windows-arm64-runners-git-hub-actions
#QEMU 10.0 #OpenSource #Linux #Virtualization Software Released, Here’s What’s New
This release promises to boost #x86, #ARM64, #RISCV, #HPPA, #s390x, and #LoongArch #emulation with new features and many improvements.
https://9to5linux.com/qemu-10-0-open-source-virtualization-software-released-heres-whats-new
Vlog S03E48: In this episode, we install Slackware AArch64 on Apple Silicon using Parallels on macOS. A full install takes ~10 minutes.
https://youtu.be/zKyP6m5W6Xg
I think we've covered all the hypervisors now ;-)
I'm writing an article on what kernel page size is, why you might want to use larger page sizes for certain applications, and how to do it. I'm interested in any feedback that #Arm64 users might have, or any experiences you can share: https://community.amperecomputing.com/t/64k-memory-page-sizes-any-experiences-to-share/2730