Skip to content

Write A System Call Notes

write-a-system-call-notes

pacman -Syu

-S -> sync
-y -> refreshes local package repos by download from master repos
-u -> upgrade all package to latest versions

pacman -S bc 
bc - command line calculator

When stored in a file system, a file that tar reads and writes is often called a tarball.


References

https://brennan.io/2016/11/14/kernel-dev-ep3/ https://grok.com/chat/2ceeb9ba-22f8-4093-9c6b-d48d801092eb

On this page