How a Single Bit Inside Your Processor Shields Your Operating System's Integrity

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 599

  • @manojos4114
    @manojos4114 2 місяці тому +726

    This video answers the exact question that I had when I first studied OS and Computer organization and architecture.
    While studying OS we are told that theres something called kernel space and user space and one is more privileged than the other, but never told how this privilege is enforced. At the end of the day if both programs run on the same CPU, using the same hardware, what exactly stops a user program from invoking privileged instructions is a question that plagued me.
    When I asked my professor, he answered with one word, "hardware" takes care of it. A very ambiguous useless answer.
    Interrupts are hella underrated man, nobody talks about them. Anyway thank you for your video, It will surely help those students who had the same question I had.

    • @xOWSLA
      @xOWSLA 2 місяці тому +11

      Whatever this guy says

    • @AnantaAkash.Podder
      @AnantaAkash.Podder 2 місяці тому +8

      Yesss Man... Even I have the SAME QUESTION... And after all these Year... The Concept got me cleared

    • @chakibchemso
      @chakibchemso 2 місяці тому +3

      ​@@AnantaAkash.Podder confusion bit cleared.

    • @zzco
      @zzco 2 місяці тому +1

      It's actually not ambiguous, otherwise nobody would understand anything- it's just that it's a very terse (and dense) topic.

    • @pgrvloik
      @pgrvloik 2 місяці тому

      Bad teacher

  • @celewign
    @celewign 2 місяці тому +38

    I cannot give you enough money for these videos.

  • @SomeYoutube-bl6my
    @SomeYoutube-bl6my 2 місяці тому +137

    I literally started writing my own kernel like 1 month ago as part of my mastery at 42. Would have been way harder to understand what I actually have to do without your videos starting at how stack heap works until now with this video!
    Massive respect being able to explain SO complex topics so that they are easy to understand - shows crazy mastery of the subject.
    Keep up the amazing work!

  • @KaedennYT
    @KaedennYT 2 місяці тому +76

    Professional software engineer here. I want to commend you for making this video; the topics are presented accurately, clearly, and with both honesty and integrity. You gloss over the concepts we don't need to understand (such as how interrupts are triggered from a hardware level or how program segments are loaded) and instead focus on only exactly what is needed to convey the topic.
    Your definitions of "kernel mode" and "user mode" are perhaps the simplest and most accurate definitions I've heard to date.
    Thank you for using an x86-derivative assembly language in your examples. In my experience, it's the easiest to follow for new students who have not had exposure to assembly language programming.
    Thank you for discussing what can go wrong when the Mode Bit is mishandled.

  • @Newb1eProgrammer
    @Newb1eProgrammer 2 місяці тому +468

    Everytime a core dumped video comes out, the world gets 20% smarter. Huge salute to you man, I love your easy to understand and lucid teaching style. Using the information from the previous videos of the ongoing video series on the workings of computers, I have finished building an ultra simple 8 bit computer. You have been like a god when it comes to my quest of learning how computers work deep down. (I'm not in college yet, but I bet this is far more lucid than that)

    • @CoreDumpped
      @CoreDumpped  2 місяці тому +74

      If you are building 8-bit computers without yet being in college, you will achieve amazing things in the future. Keep up the good work!

    • @Newb1eProgrammer
      @Newb1eProgrammer 2 місяці тому +21

      @@CoreDumpped thanks man, it means a lot to be acknowledged by one of my heroes

    • @RaphaelOkai
      @RaphaelOkai 2 місяці тому +7

      Impressive effort. Wish you all the best in your endeavors.

    • @SirusStarTV
      @SirusStarTV 2 місяці тому +5

      Cpu architecture is kinda easy but it needs to be properly described and teached but by reading documentations i see that majority of devs can't teach things.

    • @Newb1eProgrammer
      @Newb1eProgrammer 2 місяці тому +1

      @@SirusStarTV this is so accurate, once you get the concept, it isn't extremely hard (even though some parts might get complicated). I had such a hard time trying to find good sources to start learning from. And it's especially hard when you aren't in college yet so you don't get this information picked out for you.

  • @duelbrosgames
    @duelbrosgames 2 місяці тому +29

    I learned more about OS in this video than my entire bachelors degree in computer science. What a well explained and visually clear video!

    • @Banditxam5
      @Banditxam5 2 місяці тому

      Vishwadeep Gothi OS On Yt English..... He's pretty good

  • @MidoriMizuno
    @MidoriMizuno 2 місяці тому +62

    I absolutely love how you mentioned about kernel mode drivers being potentially untrustworthy (and that you're sceptical about proprietary operating systems too). I think it's very important to help people realise that.

    • @kliperx
      @kliperx 2 місяці тому +8

      And kernel anticheats. What a bunch of bullshit that i am forced to install that cancer when i want to play games i like. Like Pirate Software said, they are not even that much better

    • @zeromemory00
      @zeromemory00 2 місяці тому

      @@kliperxpirate software is a skid who only knows about stopping a macro user and multiboxer. he knows nothing about real game hacking. kernel anti-cheats are much better then user mode anti-cheats. user-mode anticheats allow anyone to bypass them, because the only reason why anti-cheats went kernel was because cheaters were doing it first. going kernel is the easiest way to bypass a user mode anticheat. kernel anticheats are good and are sketchy but it’s ignorant to say they aren’t much better than a user mode anticheat

    • @itsmenatika
      @itsmenatika 11 днів тому

      ​@@kliperxand a lot of games like Genshin impact doesn't even need them

  • @drbadzer
    @drbadzer 2 місяці тому +56

    The way you explain OS concepts is above the level of most courses in even the most prestigious universities. Please never stop making these 🙏🏽

    • @kevinzebb
      @kevinzebb 2 місяці тому +3

      maybe pay attention in class? This video showed absolutely nothing new. Be a better student.

    • @4_real_bruh
      @4_real_bruh 2 місяці тому +3

      ​@@kevinzebbsays someone who has never visited an IT lecture

    • @kevinzebb
      @kevinzebb 2 місяці тому +1

      @@4_real_bruh doing a PhD in CS rn, a little better than IT. IT is for people who couldn't do cs, so they went the easy route.

    • @comradepeter87
      @comradepeter87 Місяць тому +1

      Sorry dude but your professor sucks. My prof was quite decent and she actually taught us these things.

  • @privatesocialhandle
    @privatesocialhandle 2 місяці тому +18

    Labeling this video as a "bit mode" video is an understatement. I spent hours and got the best books about OS fundamentals and none of them put it all together like this. Even some books dive in more specific details like what is an Interrupt Vector Table etc. None of them puts it all together like this.
    You've got a sub.

    • @semtex6412
      @semtex6412 12 днів тому

      isn't it the other way around? mode bit value 1 is Restricted, 0 is Privilege. i think he got it reversed

    • @privatesocialhandle
      @privatesocialhandle 12 днів тому +1

      @semtex6412 That is the convention. Although I don't know the specifics which could differ from a CPU architecture to another.

    • @semtex6412
      @semtex6412 12 днів тому +1

      @@privatesocialhandle ah yea makes sense. im no expert meself, hence me scrounging YT for awesome vids like this one lol

  • @ItsCOMMANDer_
    @ItsCOMMANDer_ 2 місяці тому +52

    Fun fact: in x86, the mmu page tables are in memory, so if the os for whatever reason maps a part of memory where a page table is located, into a proceses virtual memory space, then the proces can modify the memoy layout using usermode instructions.

    • @SirusStarTV
      @SirusStarTV 2 місяці тому +3

      There's even apis for writin to other processes memory pages.

    • @James2210
      @James2210 2 місяці тому +3

      Isn't this the basis for userspace drivers in microkernels?

    • @Jason9637
      @Jason9637 2 місяці тому +2

      ​@@James2210You might map some mmio into userspace, but I don't think there's a good reason to give userspace the ability to write to page tables

  • @seid44
    @seid44 2 місяці тому +35

    what a generational run bro, been here since (almost) the start and praying to stay for long.
    i bet this is what it felt like for earlier generations to watch and study from 3b1b and Ben Eater at the time they were releasing their videos.
    i've recently started going the book route, going through the computer systems book, and i have to say you are such a good (and even on par) supplement.
    i can't wait for the virtual memory video. cheers bro

    • @SenjaiYT
      @SenjaiYT 2 місяці тому

      This is all just ai generated lol

    • @seid44
      @seid44 2 місяці тому +1

      i mean sure, he doesnt hide it either... but the TTS gets the job done, and very well too, so who cares - the information and presentation is great

  • @akramhany-6403
    @akramhany-6403 2 місяці тому +10

    A year ago, I was doing a car's racing game project with my colleges in assembly x86, and we encountered a problem where we wanted to make taking the input of keyboard kind of asynchronous, where you can press more than one button at the same time and all of them get handled at the same time, the problem was that the interrupt that was used to handle getting the pressed key on the keyboard didn't actually handle this the way we wanted, so after investigating a lot we had to override the default handler routine and used another one that did what we wanted, and this was actually one of the coolest things I have ever done since I started learning programming

  • @ibrahim-SO
    @ibrahim-SO 2 місяці тому +53

    Great content. Even though I’m working as a .NET developer, it’s great to see the underlying technologies of what I’m doing.

    • @kayakMike1000
      @kayakMike1000 2 місяці тому

      Yikes... Isn't .NET running on a virtual machine like Java?
      If you like this kinda stuff, check out RISC-V or ARM microcontroller assembly. It's really deep down the rabbit hole, for sure, but you gain a real appreciation for how the CPU does its thing.

  • @halim_Ha
    @halim_Ha 2 місяці тому +23

    Damn what a treasure.
    I think subscribers should help this channel out give some donation to make sure the sustainability of it.

  • @VideosViraisVirais-dc7nx
    @VideosViraisVirais-dc7nx 2 місяці тому +14

    Your videos simplify boring textbooks so well, that I'm starting to feel inpired to create videos. Honestly, your Ability to create engaging scripts is beyond the curve. Keep improving 🎉

  • @scoffpickle9655
    @scoffpickle9655 2 місяці тому +470

    Dont show this video to bit-flipping solar particles
    (For the love of god this is a joke stop correcting me over a funny mario 64 reference)

    • @mk72v2oq
      @mk72v2oq 2 місяці тому +37

      Such security bits are stored directly inside a CPU, so they are not affected by the cosmic rays.
      Storing them in RAM would've been very slow and insecure in the first place.

    • @robloxmaster_ecrrh9nmq
      @robloxmaster_ecrrh9nmq 2 місяці тому

      ​@@mk72v2oqwoosh

    • @Google_Censored_Commenter
      @Google_Censored_Commenter 2 місяці тому +47

      @@mk72v2oq Why are you implying CPUs are immune to cosmic rays? That's not true. Even less true once you introduce quantum tunneling.

    • @mk72v2oq
      @mk72v2oq 2 місяці тому +35

      @@Google_Censored_Commenter they are not completely immune of course. But probability is so low it makes such event practically impossible.
      As for quantum tunneling, there is a non-zero probability of all your body's particles simultaneously teleporting into another galaxy. But the probability is so low that we say it is practically impossible.
      Bits in the memory are affected because of DDR SDRAM inherent flaws. In fact, it is so vulnerable that you don't even need the cosmic rays to flip the bits. See DDR "Rowhammer" attack.

    • @Google_Censored_Commenter
      @Google_Censored_Commenter 2 місяці тому +8

      @@mk72v2oq Memory is not specially exposed to cosmic rays, that's just something you've made up in your head, that's all I wanted to get across. Maybe RAM is designed in such a way that it has other flaws, but that's irrelevant to whether cosmic rays can play a role in flipping bits or not, and it's been observed in reality, it's one of the reasons we invented ECC memory. It didn't become a relatively well known phenomena in computer science just because it sounds extravagant.

  • @fabiospinelli4179
    @fabiospinelli4179 10 днів тому

    man, I really like your videos and their style, I appreciate that you take the time to explain everything and don't just bombard the viewer with facts and frantic explanations like others do

  • @vikaspoddar001
    @vikaspoddar001 2 місяці тому +75

    Please do a series on RISC-V based softcore CPU, and it's interaction with kernel code, how ISA and architecture are related and compiler's compilation process

    • @Newb1eProgrammer
      @Newb1eProgrammer 2 місяці тому

      He has videos on those and this is yet another video regarding that

  • @reviewed6559
    @reviewed6559 2 місяці тому +1

    Brother this video is priceless, your way to teaching is literally best.I am an Electronics and Communication Engineering graduate but your video is thousand times knowledgeable than my university.

  • @ganeshrvel
    @ganeshrvel Місяць тому

    I stumbled upon your videos just yesterday. Wish you made them a decade ago-they would have cleared all the questions I had about OS, CPU internals, and how bits drive hardware and software.
    I'm really excited because your videos explain the most sophisticated stuff about CPU/OS in such a simple way, and that too with great and simpler visuals.
    Truly amazing work! Thanks a lot, man!

  • @__username__
    @__username__ 2 місяці тому +4

    I haven't been a student for over 20 years now and I understand how processors work in conjunction with operating systems.
    But damn, this video is just great. I think it would be great for explaining how protected mode works to non-IT people. Thanks a lot for the work!

  • @MrMMVPP
    @MrMMVPP 2 місяці тому +27

    Fire thumbnail 🔥🔥

  • @elementare.
    @elementare. 2 місяці тому +4

    Hugs from Brazil. I simply love your channel. Please keep doing more videos

  • @ВладФоменко-р4е
    @ВладФоменко-р4е 2 місяці тому +3

    This is simply the best channel explaining how computers really work. Thank you SO much!

  • @person0192
    @person0192 2 місяці тому +5

    This has been quite interesting, I'm doing a project with a friend (for fun). He's writing his own OS, and I'm writing the file system for it. I hadn't really considered how privileged mode is enforced, or how the kernel is able to enter and exit it securely. Thank you for the easy to understand video, it was great!

  • @patchbyte6856
    @patchbyte6856 2 місяці тому

    This actually one of the best videos I have seen so far explaining this. This is high quality content, thank you. There are almost like 0 zero mistakes explaining this. Perfect examples, Perfect visualization. Thank you. This is truly awesome!

  • @folk.
    @folk. 2 місяці тому

    The fact that I, a novice non-programmer and casual PC user, enjoyed this video greatly showcases Core Dumped's skill in simplifying complex information to a user-friendly level. Subbed.

  • @desyfer1709
    @desyfer1709 2 місяці тому +1

    To someone like me planning to take OS as my area of specialization (and starting the journey on that path) this is a priceless gem.

  • @manlyhallresearch9785
    @manlyhallresearch9785 8 днів тому

    This video is gold, and so is your channel. Please keep adding content. You are great at explaining this stuff.

  • @o_2731
    @o_2731 2 місяці тому +1

    There’s always this ambiguous talk about user space, kernel space and privileges; but it never really clicked for me and I never gained any intuition. This video fills the exact gaps everyone forgets to answer with much detail. Thanks

    • @ccmajor6147
      @ccmajor6147 2 місяці тому

      this video is objectively trash this foo just keeps rambling about something without making any sense

  • @AlexAlex-869
    @AlexAlex-869 2 місяці тому

    This is one of the best videos on operating systems I have ever watched. In my lectures my professors really took a strong abstract look when talking about operating systems that for me made it very hard to wrap my head around (for example, talking about ring levels when thinking about programs running on a computer). This video is a light bulb moment to all the things I have been studying. Thank you so much for this free content!

  • @africknchickn_YT
    @africknchickn_YT Місяць тому

    This is easily my favorite YT video of the year. I am not exaggerating, I've watched it 4 times. It is so cool understanding at the HW level how system calls work and how kernel/user mode is secured. Thank you for all your videos Jorge! You are a brilliant teacher.
    You seem to have your topics very well planned out, so I don't know if you're looking for suggestions. I would be interested to learn about virtual machines, how linux KVM works, what a VMM does, and how a guest's machine is represented on a host machine.
    edit: If you wanted to look at a specific VM implementation, there is Firecracker which is open source and uses linux KVM.

  • @fcyrus
    @fcyrus 2 місяці тому

    Man! I'm SO HAPPY just because I found your channel. This is, by far, one of the best UA-cam channel about computing in a low level perspective. Your work is absolutely necessary. Please, never stop! 🙏🏻❤️

  • @miguelangelfelixGallardo0
    @miguelangelfelixGallardo0 2 місяці тому +2

    OS and CompArc finally made sense together! Thanks a lot!

  • @LiesureSuitLarry
    @LiesureSuitLarry Місяць тому

    I used to kind of try to explain the difference between device drivers and user software like games to explain the Crowdstrike issue - and it kinda worked.
    But now, I'll just point them to this awesome explanation video. Well done, George!!!

  • @hezronwainaina3259
    @hezronwainaina3259 6 днів тому

    The best explainer video when it comes to anything computer related🙋🏿‍♂

  • @more_bit9860
    @more_bit9860 2 місяці тому +1

    This channel is god send for low level / Embedded developers , Keep going mate love your work .

  • @MiauArtsOfficial
    @MiauArtsOfficial Місяць тому

    Right now I'm recreating the RISC-I and applying modifications on it for my college's final paper, this video helped clear really well some concepts that are applied on it, thank you!

  • @vishanherath3912
    @vishanherath3912 2 місяці тому

    Dude you are a legend! All other videos I have watched never answered ALL the questions I had, they just explained what I already knew. But YOU! Respecto! 🖤

  • @alinasir5223
    @alinasir5223 2 місяці тому

    bro i dont know how to thank you for this masterpiece, you earned my subscription.

  • @furriesinouterspaceUnited
    @furriesinouterspaceUnited День тому

    This is so well made and easy to follow along, honestly amazing job making such a complex topic so easy to understand

  • @stachowi
    @stachowi 2 місяці тому +3

    this content is amazing, what a time to be alive

  • @rulojuka
    @rulojuka 2 місяці тому +4

    One more awesome video. Thanks!
    I know this one was already long but maybe you could talk in another video about how the OS end up in the correct address space, touching subjects like bootstrapping, boot loaders, bios, etc

  • @Djzaamir
    @Djzaamir 2 місяці тому +1

    These videos are absolute gold. Thank you for putting up such high quality content.

  • @huso7796
    @huso7796 2 місяці тому +1

    Every computer science lecture should start with your videos to grasp the fundamentals of software principles

  • @zafster22
    @zafster22 2 місяці тому +6

    What I would have done for animations and videos like this when I was studying Computer Science 25 years ago!

  • @KatarinaClaes-q1p
    @KatarinaClaes-q1p 2 місяці тому

    Thanks for sharing those 3 videos from low level learning at the end. Really useful to put it into real world perspectives.

  • @ferchuu9
    @ferchuu9 2 місяці тому

    Great video dude! I've learn all this stuff in uni, but you've put it in such a simple way, yet explaining most relevant concepts. Keep doing this quality content!

  • @himanshsworld
    @himanshsworld Місяць тому

    you got a new subscriber/student buddy.
    thankyou soo much
    Love from India

  • @prathampaul7019
    @prathampaul7019 Місяць тому

    Watching this one video is all it took for me to subscribe to your channel. U are making great videos and explaining it in great detail, hats off to u !!

  • @OperaWarrior-tw6pm
    @OperaWarrior-tw6pm 2 місяці тому

    Damn, just found this channel,. definitely going to be one of the most imp YT channels for Comp sci students and for those interested, hats of sir❤

  • @init_yeah
    @init_yeah 2 місяці тому

    Finally I feel like my curiosity from 20 years ago was finally answered, mad respect.

  • @upsidewalks
    @upsidewalks 27 днів тому

    Oh, GPT, your videos are pure gold!

  • @жашоорекорду
    @жашоорекорду 2 місяці тому +2

    你的节目真好!希望快点更新完计算机组成原理和操作系统两门课程!已经迫不及待了!感恩🎉

  • @pablote325
    @pablote325 2 місяці тому +1

    this video is insanely good ... thank you very much for your work, its incredible

  • @exe.m1dn1ght
    @exe.m1dn1ght Місяць тому

    This is so good for my soul, please please make more videos you explain so elegant and so simple it's mind blowing

  • @Marlinboy999
    @Marlinboy999 2 місяці тому

    Nice! I knew most of this but it was mosaic collected from different books and articles with some pieces of guessing. If I ever meet a person asking the same questions I'll send this video to him.

  • @raiden7821
    @raiden7821 2 місяці тому

    I just can't explain how good this video is oh my god

  • @cagr2725
    @cagr2725 2 місяці тому

    You made merge my useless information that learn university logical and super understandable. Now i have better understanding how OS works. Learning this kind of solutions giving bird of better approaches for programming. I appreciate.

  • @bodycowlin
    @bodycowlin 2 місяці тому +85

    Babe wake up, new Core Dumped video just dropped! 🎉

    • @Newb1eProgrammer
      @Newb1eProgrammer 2 місяці тому +3

      Was gonna say this lol, the world gets 20% smarter everytime he posts

    • @chun-li-tq6lf
      @chun-li-tq6lf 2 місяці тому +1

      I was looking for this comment😂

    • @madlep
      @madlep 2 місяці тому +3

      New Core Dumped just… dumped

    • @Dr_Larken
      @Dr_Larken 2 місяці тому

      The scenario imagined by the original commentator is just….

  • @aaatt268
    @aaatt268 2 місяці тому +1

    I love that you don't speek in the speed of light and shout at the top of your voice, and i can actually follow as a non native English speaker.

    • @vatonage1599
      @vatonage1599 2 місяці тому

      That's because the voice is AI

  • @FranzSarmiento17
    @FranzSarmiento17 2 місяці тому

    Saw this video, loved it, now I'm binge watching your other vids. You explain things so well! Subscribed at 126k (I just KNOW you'll be getting lots more subscribers soon. Good luck!)

  • @davevann9795
    @davevann9795 2 місяці тому

    Great info, even for those of us who have worked on operating systems and drivers. These videos always contain info I was unfamiliar with, or have new ways of thinking about how it all goes together.

  • @jeffyuchang
    @jeffyuchang 2 місяці тому

    Love the work, please continue producing more on this low levels, and the graph shines.

  • @LuizDahoraavida
    @LuizDahoraavida 2 місяці тому

    I couldn't have imagined how enlightening this has been to me, thank you

  • @DS-rd8ud
    @DS-rd8ud 2 місяці тому

    Your videos are fantastic; they helped demystify and clear up a lot of knowledge gaps in my understanding of computer science and programming, and I honestly believe these foundational subjects should be covered by any reputable programming course.

  • @stevep5759
    @stevep5759 2 місяці тому

    Your videos are number one for systems programming. Keep it up!

  • @dovonun
    @dovonun 2 місяці тому +1

    These videos are crazy good!
    I would love to learn more about how the boot process into the OS works and what the Ring 0, 1 and so on mean in this context.

  • @notyourfox
    @notyourfox 2 місяці тому

    I am engineering my OS to be as lenient and as dynamic as possible. Your videos give me better understanding of what to account for. I guess your work makes you a contributor to my and many other projects in some way :D

  • @richardparker5425
    @richardparker5425 2 місяці тому +67

    I don't care about AI voice. I care his explanation and teaching, which is top notch.

    • @needMoreInput
      @needMoreInput 2 місяці тому +21

      Out of AI voices go, this one isn't that bad tho.

    • @ladripper47874
      @ladripper47874 2 місяці тому +9

      If it was disclosed somewhere, it'd be better

    • @dhillaz
      @dhillaz 2 місяці тому +1

      That's a high quality voice

    • @scottanderson7285
      @scottanderson7285 2 місяці тому +5

      Bloody hell I didn’t notice 😮

    • @MusTheFan
      @MusTheFan 2 місяці тому +1

      ​@@ladripper47874why?

  • @TheUglyGnome
    @TheUglyGnome 2 місяці тому +17

    You forgot to mention microkernel-based operating systems. In those the device drivers run in user mode.

    • @ehsnils
      @ehsnils 2 місяці тому +4

      In a multi-core environment it's also possible to have other designs handling transfer of data between kernel and user mode using shared memory or bus messages so the kernel could be running on one core and other cores submit their requests through messages to the core.
      I don't know if any operating system depends on this though.

    • @maxoobbxxx8032
      @maxoobbxxx8032 2 місяці тому

      As I understand it, only the “business logic” is implemented in user mode, the actual I/O (e.g. DMA) is still deferred to the kernel. At least that’s how it’s done in Windows

    • @Cookiekeks
      @Cookiekeks 2 місяці тому

      thats what I was wondering about too

  • @ekkalchev
    @ekkalchev 2 місяці тому

    This is an amazing video. I shared it with the developers in my company

  • @ThePowerRanger
    @ThePowerRanger Місяць тому

    This is great dude, keep up the good work.

  • @theutz
    @theutz 2 місяці тому

    I love your videos, George! I always learn loads of new stuff when I watch them!

  • @hard.nurtai4209
    @hard.nurtai4209 2 місяці тому

    bro you are good at explaining and it seems to me you know a looot. you actually inspired me to learn low level programming

  • @xcoder1122
    @xcoder1122 2 місяці тому

    Also worth mentioning: micro kernels. In those kernels, drivers are just user space code, so they cannot easily take down your entire system. If a user space program wants to talk to hardware, it triggers a jump into the kernel, yet the kernel will just jump into another user space program, the hardware driver and it offers API to hardware drivers that will allow them to talk to the hardware it manages directly and thus with very little overhead (e.g. using DMA data transfers), so the driver won't need to trigger kernel calls for every tiny interaction with its hardware.

  • @gordilloedwin
    @gordilloedwin 2 місяці тому

    I've been looking for a channel like this ever since 2005

  • @isometric_shahil
    @isometric_shahil 2 місяці тому

    Thank you a lot for making these videos! These are absolute gems, packed with so much interesting information about the low level inner workings of computers, that too is an easy to digest and engaging format! ❤

  • @CjqNslXUcM
    @CjqNslXUcM 2 місяці тому

    This channel is an invaluable resource.

  • @viniciusgajo1884
    @viniciusgajo1884 2 місяці тому

    Great video. It would be great to mention eBPF programs too, since they're a type of program that can run at kernel mode with more safety due to the eBPF verifier.

  • @erikredix4723
    @erikredix4723 2 місяці тому

    What a lesson !!!! Very nice vid ! Thank's for your effort to explain in such very very detailed steps on how the thinks work !

  • @atlasxatlas
    @atlasxatlas 2 місяці тому

    Fantastic video. I always struggled with architecture of interrupts. Now it's clear to me. Thank you!

  • @markhaus
    @markhaus 2 місяці тому

    Love your videos. Can’t wait till you get to packet scheduling that concept’s implementation has eluded me for a while

  • @andregirardi5398
    @andregirardi5398 2 місяці тому

    Amazing content. Very illustrative and very well explained. Please, keep producing more and thanks a lot😎

  • @gillall4828
    @gillall4828 2 місяці тому +1

    Another excellent video! ¡Otro excelente vídeo! Outro vídeo excelente!

  • @ProfessorLinux
    @ProfessorLinux 2 місяці тому

    The editing is spectacular 🎉.
    I loved your video, definitely subscribing!!!❤❤

  • @julius64
    @julius64 2 місяці тому

    This channel s underrated. How come 131k…..wish u millions 🎉🎉

  • @yulose9
    @yulose9 2 місяці тому

    Wow thanks for this video! This is very well thought and explained!

  • @ObrtASCENTvl.ZlatanOmerovic
    @ObrtASCENTvl.ZlatanOmerovic 2 місяці тому

    Just arrived, immediately subscribed. This is heavy dope.

  • @ojonasar
    @ojonasar 2 місяці тому +1

    12:06 - I’m reminded of the time back in the late 80s when I was at Polytechnic and was experimenting with a Hercules graphics card and monitor. I was accessing it at low level (this was fairly normal given MS-DOS at the time) and ended up killing the monitor by setting one of the card’s monitor settings to one that it did not like. As I remember the setting tried to change the resolution and the monitor could not cope with it and it proceeded to cook part of its circuitry. I was shocked when one of the lecturers told me what I had done.

  • @OceJlot
    @OceJlot 2 місяці тому +1

    I like your content so much!
    Those videon explains complicated things in a terms easy to understand and well visualized with an animations.
    Thank you!

  • @assaidy
    @assaidy 2 місяці тому

    Amazing. OS guys worked really hard to make all of that magic

  • @trsdesrn5246
    @trsdesrn5246 Місяць тому

    Wow neetcode is having a real big growth rn..

  • @sereysothe.a
    @sereysothe.a 2 місяці тому

    this is the best channel on youtube

  • @randallvargas4457
    @randallvargas4457 2 місяці тому

    I made it two minutes before feeling overwhelmed, I’ll be back!

  • @faroukrajhi2648
    @faroukrajhi2648 2 місяці тому

    Class and elegant explanation

  • @mobu-o1g
    @mobu-o1g 2 місяці тому

    Subscribed within about 5 seconds

  • @MrChristoffer55
    @MrChristoffer55 2 місяці тому

    Magnificent video, as always!

  • @ashishsoni6529
    @ashishsoni6529 2 місяці тому

    I am in love with the way you teach and explain each topic! And the cherry/ies on top are the examples like anti cheat, anti virus etc. feels like specifically targeted to the audience like me. Thank you for the amazing videos!

  • @muzzammilahmed5854
    @muzzammilahmed5854 2 місяці тому

    This channel is the best thing I accidently stumble upon