zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[GigaCourse.Com] Udemy - Developing a Multithreaded Kernel From Scratch!
magnet:?xt=urn:btih:95272169ff83d9befdae554f2691f3dba16624da&dn=[GigaCourse.Com] Udemy - Developing a Multithreaded Kernel From Scratch!
磁力链接详情
文件列表详情
95272169ff83d9befdae554f2691f3dba16624da
infohash:
130
文件数量
15.32 GB
文件大小
2023-9-3 00:05
创建日期
2024-11-6 20:08
最后访问
相关分词
GigaCourse
Com
Udemy
-
Developing
a
Multithreaded
Kernel
From
Scratch!
1. Introduction/1. Introduction.mp4 92.97 MB
2. Setup And A Brief Explanation Of Kernel Development/1. What Is Memory.mp4 22.99 MB
2. Setup And A Brief Explanation Of Kernel Development/2. The Boot Process.mp4 40.57 MB
2. Setup And A Brief Explanation Of Kernel Development/3. Installing What We Need For Real Mode Development.mp4 18.39 MB
3. Real Mode Development/1. Hello World Bootloader.mp4 66.35 MB
3. Real Mode Development/10. Disk Access And How It Works.mp4 15.64 MB
3. Real Mode Development/11. Reading from the hard disk.mp4 87.47 MB
3. Real Mode Development/2. Understanding Real Mode.mp4 25.34 MB
3. Real Mode Development/3. Segmentation Memory Model.mp4 45.39 MB
3. Real Mode Development/4. Improving Our Bootloader.mp4 31.12 MB
3. Real Mode Development/5. Preparing our bootloader to be booted on real hardware.mp4 41.52 MB
3. Real Mode Development/6. Writing our bootloader to a USB stick.mp4 17.5 MB
3. Real Mode Development/7. Booting the bootloader.mp4 14.56 MB
3. Real Mode Development/8. The Interrupt Vector Table Explained.mp4 18.97 MB
3. Real Mode Development/9. Implementing our own interrupts in real mode.mp4 57.71 MB
4. Protected Mode Development/1. What is Protected Mode.mp4 43.07 MB
4. Protected Mode Development/10. Text Mode Explained.mp4 17.03 MB
4. Protected Mode Development/100. Process Arguments - Part 2.mp4 279.75 MB
4. Protected Mode Development/101. Process Arguments - Part 3.mp4 52.55 MB
4. Protected Mode Development/102. Implementing A 'System' Command.mp4 188.82 MB
4. Protected Mode Development/103. Implementing program termination.mp4 154.11 MB
4. Protected Mode Development/104. Handling program crashes.mp4 86.32 MB
4. Protected Mode Development/105. Creating an exit command.mp4 55.96 MB
4. Protected Mode Development/106. Handling caps lock, upper case and lower case letters.mp4 116.71 MB
4. Protected Mode Development/107. Running multiple tasks at the same time multi-tasking.mp4 76.73 MB
4. Protected Mode Development/11. Writing To The Screen, Hello World Tutorial.mp4 153.11 MB
4. Protected Mode Development/12. Interrupt Descriptor Table Explained.mp4 59.54 MB
4. Protected Mode Development/13. Implementing The Interrupt Descriptor Table.mp4 253.01 MB
4. Protected Mode Development/14. Implementing In and Out Functions.mp4 84.49 MB
4. Protected Mode Development/15. Programmable Interrupt Controller Explained.mp4 28.96 MB
4. Protected Mode Development/16. Programmable Interrupt Controller Implementation.mp4 132.91 MB
4. Protected Mode Development/17. Understanding The Heap And Memory Allocation.mp4 81.85 MB
4. Protected Mode Development/18. Implementing Our Heap.mp4 630.1 MB
4. Protected Mode Development/19. Creating the enable interrupts function.mp4 24.12 MB
4. Protected Mode Development/2. Switching To Protected Mode.mp4 104.42 MB
4. Protected Mode Development/20. Understanding Paging.mp4 71.29 MB
4. Protected Mode Development/21. Implementing Paging.mp4 270.08 MB
4. Protected Mode Development/22. Modifying the page table.mp4 235.62 MB
4. Protected Mode Development/23. Preparing To Read From The Hard Disk.mp4 23.81 MB
4. Protected Mode Development/24. Reading from the disk in C with the ATA controller.mp4 123.35 MB
4. Protected Mode Development/25. Improving Our Disk Driver.mp4 109.3 MB
4. Protected Mode Development/26. What is a filesystem.mp4 66.71 MB
4. Protected Mode Development/27. Creating a path parser.mp4 434.16 MB
4. Protected Mode Development/28. Creating a disk stream.mp4 191.9 MB
4. Protected Mode Development/29. File Allocation Table Explained.mp4 174.7 MB
4. Protected Mode Development/3. Restructuring Our Project.mp4 17.51 MB
4. Protected Mode Development/30. Starting To Create our FAT File system.mp4 163.77 MB
4. Protected Mode Development/31. Understanding the VFS(Virtual File System) Layer.mp4 70.91 MB
4. Protected Mode Development/32. Implementing our virtual filesystem core functionality.mp4 377.27 MB
4. Protected Mode Development/33. implementing FAT16 filesystem driver core functionality.mp4 218.01 MB
4. Protected Mode Development/34. Implementing FAT16 Structures.mp4 249.06 MB
4. Protected Mode Development/35. Implementing The FAT16 Resolver Function.mp4 365.56 MB
4. Protected Mode Development/36. Implementing the VFS fopen function.mp4 238.06 MB
4. Protected Mode Development/37. Implementing FAT16 fopen function.mp4 656.73 MB
4. Protected Mode Development/38. Implementing the VFS fread function.mp4 63.48 MB
4. Protected Mode Development/39. Implementing FAT16 fread functionality.mp4 92.88 MB
4. Protected Mode Development/4. Enabling the A20 line.mp4 26.49 MB
4. Protected Mode Development/40. Implementing the VFS fseek functionality.mp4 30.87 MB
4. Protected Mode Development/41. Implementing the FAT16 fseek functionality.mp4 63.19 MB
4. Protected Mode Development/42. Implementing the fstat VFS functionality.mp4 48.93 MB
4. Protected Mode Development/43. Implementing the FAT16 fstat function.mp4 64.94 MB
4. Protected Mode Development/44. Implementing the VFS fclose functionality.mp4 24.23 MB
4. Protected Mode Development/45. Implementing the FAT16 fclose functionality.mp4 74.45 MB
4. Protected Mode Development/46. Implementing a kernel panic.mp4 21.92 MB
4. Protected Mode Development/47. Understanding User Land.mp4 98.56 MB
4. Protected Mode Development/48. Changing our kernel segment and data descriptors to be written in C.mp4 173.81 MB
4. Protected Mode Development/49. Implementing The TSS(Task Switch Segment).mp4 123.17 MB
4. Protected Mode Development/5. Creating a Cross Compiler So We Can Code In C.mp4 137.57 MB
4. Protected Mode Development/50. Implementing Task Foundations.mp4 285.75 MB
4. Protected Mode Development/51. Implementing Process Foundations Part 1.mp4 329.27 MB
4. Protected Mode Development/52. Implementing Process Foundations Part 2.mp4 245.74 MB
4. Protected Mode Development/53. Packing the GDT.mp4 11.05 MB
4. Protected Mode Development/54. Implementing User Land Functionality.mp4 152.43 MB
4. Protected Mode Development/55. Creating our first user process application.mp4 81.68 MB
4. Protected Mode Development/56. Executing the process and dropping into user land privileges.mp4 76.99 MB
4. Protected Mode Development/57. Changing the paging functionality.mp4 58.59 MB
4. Protected Mode Development/58. Talking with the kernel from userland.mp4 89.72 MB
4. Protected Mode Development/59. Creating the interrupt 0x80 for user process to kernel communication.mp4 220.93 MB
4. Protected Mode Development/6. Loading our 32 bit kernel into memory and working with debugging symbols.mp4 356.09 MB
4. Protected Mode Development/60. Creating the ability to create and execute kernel commands.mp4 107.74 MB
4. Protected Mode Development/61. Creating our first kernel command.mp4 91.96 MB
4. Protected Mode Development/62. Calling our kernel command.mp4 52.32 MB
4. Protected Mode Development/63. Copying strings from the tasks process.mp4 141.21 MB
4. Protected Mode Development/64. Reading the task's stack.mp4 182.44 MB
4. Protected Mode Development/65. Creating the print command in the kernel.mp4 121.21 MB
4. Protected Mode Development/66. Understanding keyboard access in protected mode.mp4 91.23 MB
4. Protected Mode Development/67. Creating the virtual keyboard layer.mp4 143.22 MB
4. Protected Mode Development/68. Creating the PS2 port keyboard driver part 1.mp4 238.34 MB
4. Protected Mode Development/69. Improving our interrupt descriptor table design.mp4 198.4 MB
4. Protected Mode Development/7. Cleaning our object files.mp4 11.42 MB
4. Protected Mode Development/70. Creating a cleaner way to create interrupt handlers in the interrupt descriptor.mp4 112.65 MB
4. Protected Mode Development/71. Changing The Current Process.mp4 74.39 MB
4. Protected Mode Development/72. Creating the PS2 port keyboard driver part 2.mp4 138.06 MB
4. Protected Mode Development/73. Getting a key from the keyboard buffer in user land.mp4 86.31 MB
4. Protected Mode Development/74. Creating a putchar command that writes one character to the terminal.mp4 62.6 MB
4. Protected Mode Development/75. Implementing backspace in the terminal.mp4 29.72 MB
4. Protected Mode Development/76. Revising our stream reader.mp4 63.01 MB
4. Protected Mode Development/77. Elf Files Explained.mp4 155.56 MB
4. Protected Mode Development/78. Implementing The Elf Loader - Part 1.mp4 166.5 MB
4. Protected Mode Development/79. Implementing The Elf Loader - Part 2.mp4 204 MB
4. Protected Mode Development/8. Dealing With Alignment Issues.mp4 59.92 MB
4. Protected Mode Development/80. Implementing The Elf Loader - Part 3.mp4 34.64 MB
4. Protected Mode Development/81. Implementing The Elf Loader - Part 4.mp4 138.86 MB
4. Protected Mode Development/82. Implementing The Elf Loader - Part 5.mp4 250.34 MB
4. Protected Mode Development/83. Implementing The Elf Loader - Part 6.mp4 145.87 MB
4. Protected Mode Development/84. Writing User Programs In C.mp4 134.37 MB
4. Protected Mode Development/85. Implementing system print in stdlib.mp4 45.97 MB
4. Protected Mode Development/86. Implementing system get key in stdlib.mp4 23.19 MB
4. Protected Mode Development/87. Implementing Malloc In Our stdlib.mp4 183.37 MB
4. Protected Mode Development/88. Implementing Free In Our stdlib.mp4 90.8 MB
4. Protected Mode Development/89. Changing the way we map virtual pages for the process.mp4 20.41 MB
4. Protected Mode Development/9. C Code In Protected Mode.mp4 67.75 MB
4. Protected Mode Development/90. Implementing itoa function.mp4 39.68 MB
4. Protected Mode Development/91. Implementing the putchar function.mp4 68.54 MB
4. Protected Mode Development/92. Implementing the printf function.mp4 57.17 MB
4. Protected Mode Development/93. Implementing the ability to read lines.mp4 86.57 MB
4. Protected Mode Development/94. Creating a shell.mp4 82.8 MB
4. Protected Mode Development/95. Loading other programs from our shell.mp4 265.09 MB
4. Protected Mode Development/96. Creating some important stdlib functions.mp4 112.29 MB
4. Protected Mode Development/97. Memory Mapping malloc in stdlib.mp4 85.3 MB
4. Protected Mode Development/98. Memory Unmapping free In stdlib.mp4 117.22 MB
4. Protected Mode Development/99. Process arguments - Part 1.mp4 88.53 MB
5. Assembly Language Catchup/2. What is assembly language.mp4 37.1 MB
5. Assembly Language Catchup/3. Installing the emulator.mp4 22.67 MB
5. Assembly Language Catchup/4. Hello World In Assembly.mp4 260.84 MB
5. Assembly Language Catchup/5. Transistors And Logic Gates Understanding The Processor.mp4 139.5 MB
5. Assembly Language Catchup/6. Registers in the 8086.mp4 111.58 MB
5. Assembly Language Catchup/7. Segmentation Memory Model Explained.mp4 97.09 MB
5. Assembly Language Catchup/8. The Stack, Subroutines And Endiness Explained.mp4 94.05 MB
6. Conclusion/1. Bonus Lecture.mp4 20.88 MB
其他位置