Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Operating Systems, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:55:07
    001 CPU timing
  2. Урок 2. 00:42:13
    002 Stack overflow
  3. Урок 3. 00:22:47
    003 Byte write
  4. Урок 4. 01:22:44
    004 An introduction to operating systems exploring syscalls as the interface
  5. Урок 5. 00:07:28
    005 What happens during a context switch
  6. Урок 6. 00:09:01
    006 Learning how to better use man pages
  7. Урок 7. 00:17:04
    007 A brief introduction to strace and ltrace
  8. Урок 8. 00:04:42
    008 The motivation for address space layout randomization
  9. Урок 9. 00:05:06
    009 What is POSIX compliance
  10. Урок 10. 00:04:20
    010 What exactly is the kernel
  11. Урок 11. 00:06:20
    011 What exactly is a syscall and how is it not a C stdlib function
  12. Урок 12. 00:05:47
    012 Why time-sharing operating systems were such a big deal
  13. Урок 13. 00:06:49
    013 Pre-emptive multitasking and the timer interrupt
  14. Урок 14. 00:05:44
    014 What is the stack (simple explanation)
  15. Урок 15. 00:07:35
    015 The early history of Unix
  16. Урок 16. 00:12:40
    016 A brief overview of the flavors of Unix (ie why your grep may be different to mine)
  17. Урок 17. 00:16:22
    017 What is the stack (detailed explanation)
  18. Урок 18. 00:33:31
    018 Signalbox
  19. Урок 19. 01:09:07
    019 Signal logger
  20. Урок 20. 00:57:33
    020 Custom shell basic execution
  21. Урок 21. 01:06:30
    021 Custom shell pipes
  22. Урок 22. 01:39:47
    022 Custom shell job control
  23. Урок 23. 01:16:20
    023 Exploring the process lifecycle
  24. Урок 24. 00:04:48
    024 Pipelines dont execute sequentially
  25. Урок 25. 00:10:05
    025 Fork details COW and vfork
  26. Урок 26. 00:03:49
    026 What exactly is a process
  27. Урок 27. 00:11:09
    027 Details of using pipes.mp4
  28. Урок 28. 00:17:43
    028 Exploring processes by considering ps output
  29. Урок 29. 00:12:20
    029 What is a signal
  30. Урок 30. 00:13:15
    030 Understanding process groups and sessions
  31. Урок 31. 00:10:48
    031 IO multiplexing select poll epoll and kqueue
  32. Урок 32. 00:22:07
    032 Is everything a file in Unix
  33. Урок 33. 00:13:02
    033 Brief overview of the process lifecycle
  34. Урок 34. 00:05:00
    034 Foreground and background process groups
  35. Урок 35. 00:21:55
    035 Internal representations of a process in Unix V6 and Linux
  36. Урок 36. 00:18:10
    036 Threaded counter
  37. Урок 37. 00:58:25
    037 Multi-threaded mergesort
  38. Урок 38. 00:25:18
    038 Multi-threaded fizzbuzz
  39. Урок 39. 01:09:22
    039 Ring buffer
  40. Урок 40. 00:38:12
    040 The motivation for threads contrasted with IO multiplexing
  41. Урок 41. 00:54:49
    041 What is a good scheduling policy
  42. Урок 42. 00:14:45
    042 Understanding race conditions
  43. Урок 43. 00:04:40
    043 Starting and waiting on POSIX threads
  44. Урок 44. 00:18:23
    044 Processes threads and lightweight threads
  45. Урок 45. 00:17:40
    045 Basic mmap
  46. Урок 46. 00:54:05
    046 Shared memory stream
  47. Урок 47. 01:26:52
    047 Custom malloc
  48. Урок 48. 00:38:20
    048 The historical context for todays virtual memory system
  49. Урок 49. 00:11:29
    049 What is swap memory and is it a good idea
  50. Урок 50. 00:02:53
    050 The basic idea behind paging
  51. Урок 51. 00:12:42
    051 Copy-on-write zero-on-demand and other virtual memory tricks
  52. Урок 52. 00:18:28
    052 The motivation for multi-level page tables
  53. Урок 53. 00:24:01
    053 An overview of the mmap system call
  54. Урок 54. 00:11:28
    054 Why you probably shouldnt use the default 4KiB page size
  55. Урок 55. 00:13:30
    055 A detailed view of Intels multi-level page tables
  56. Урок 56. 00:36:40
    056 Custom ls
  57. Урок 57. 00:22:13
    057 Mystery file
  58. Урок 58. 01:01:32
    058 Custom file system
  59. Урок 59. 00:06:05
    059 Whats the big idea behind file systems
  60. Урок 60. 00:08:19
    060 Some virtual files and file systems
  61. Урок 61. 00:23:41
    061 Sketching out a basic file system design
  62. Урок 62. 00:10:07
    062 What is an inode
  63. Урок 63. 00:28:56
    063 Container chroot
  64. Урок 64. 01:02:00
    064 Container namespaces
  65. Урок 65. 00:32:36
    065 Container cgroups
  66. Урок 66. 00:27:16
    066 Container extras