タグ

2023年9月16日のブックマーク (3件)

  • Linux システムコール 徹底入門

    Linux システムコールについて調べたことをまとめる。システムコールの仕組みを理解すると、 OS とアプリケーションがどのように連携して動いているのかを理解できるようになります。 システムコールは CPU に依存する処理が多いため、 x86_64 に絞ります。 検証環境]# cat /etc/redhat-release CentOS Linux release 8.0.1905 (Core) ]# uname -a Linux localhost.localdomain 4.18.0-80.11.2.el8_0.x86_64 #1 SMP Tue Sep 24 11:32:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux ]# cat /proc/cpuinfo | head processor : 0 vendor_id : GenuineInte

    Linux システムコール 徹底入門
    akanehara
    akanehara 2023/09/16
  • ヨエコ@公式インタビュー

    [公式インタビュー]ヨエコが語る、15年間の過酷な日々と復活の経緯。「頭が回らなく記憶も悪くなり、できない事は沢山増えました。でも、ただ、声が出る。歌える。神様が声を返して下さった。」 2023/9/15 公開 ツイート facebookでシェア LINEで送る 倉橋ヨエコ、アーティスト廃業宣言。そして、2008年7月20日 東京キネマ倶楽部での解体ライブから15年──新たな“生きる価値観”をその身に宿し、名義を“ヨエコ”に変え、彼女が音楽シーンに帰ってきた! 廃業後も多くのリスナーやアーティストに影響を与え続けてきたヨエコさん。15年前、どんな想いで音楽活動に終止符を打ち、それからどんな人生を送り、再び音楽を生み出すことに至ったのか。当時のファンも、廃業後にファンになった人も、ツイッターでバズっていて「え、誰なの?」と思った人も、ニューアルバム『ニューヨエコ』と共にぜひこの10000字イ

    ヨエコ@公式インタビュー
  • How does the Linux Kernel start a Process

    ...and how to ptrace the entry point and m3ss w1th da stack. In this article, you will learn what happens inside the Linux Kernel when a process calls execve(), how the Kernel prepares the stack and how control is then passed to the userland process for execution. I had to learn this for the development of Zapper - a Linux tool to delete all command line options from any process (without needing r

    How does the Linux Kernel start a Process
    akanehara
    akanehara 2023/09/16