this post was submitted on 23 May 2025
750 points (98.4% liked)

linuxmemes

25127 readers
905 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    (page 2) 10 comments
    sorted by: hot top controversial new old
    [–] [email protected] 14 points 6 days ago (2 children)
    [–] [email protected] 1 points 6 days ago (14 children)

    I'm still mad they killed PS/2 on recent motherboards. So much for NKRO I guess.

    [–] [email protected] 10 points 6 days ago (6 children)

    NKRO is available for USB keyboards too.

    load more comments (6 replies)
    load more comments (13 replies)
    [–] [email protected] 7 points 6 days ago

    Don't forget the xt/at port

    [–] [email protected] 2 points 6 days ago
    [–] [email protected] 28 points 6 days ago (9 children)
    load more comments (9 replies)
    [–] [email protected] 88 points 6 days ago (3 children)

    I feel like I should understand this, but I don't.

    [–] [email protected] 220 points 6 days ago* (last edited 6 days ago) (17 children)

    This is x86 assembler. (Actually, looking at the register names, it's probably x86_64. On old school x86, they were named something like al, ah (8 bit), ax (16 bit), or eax (32 bit).) Back in the old days, when you pressed a key on the keyboard, the keyboard controller would generate a hardware interrupt, which, unless masked, would immediately make the CPU jump to a registered interrupt handler, interrupting whatever else it was doing at the point. That interrupt handler would then usually save all registers on the stack, communicate with the keyboard controller to figure out what exactly happened, react to that, restore the old registers again and then jump back to where the CPU was before.

    In modern times, USB keyboards are periodically actively polled instead.

    load more comments (17 replies)
    [–] [email protected] 35 points 6 days ago

    The small bird is a CPU executing its instructions. The big bird is a keyboard sending an interrupt for the CPU to process immediately.

    load more comments (1 replies)
    [–] [email protected] 50 points 6 days ago

    And their interrupt routine has an error that leads to changed memory and you don’t know why your Programm calculates β€ž2+6=Eβ€œ and that only sometimes on every other run.

    load more comments
    view more: β€Ή prev next β€Ί