Memory management techniques - part 1/2

preview_player
Показать описание
How to manage your memory. Part1 covers manual management, static management, the bump allocator and the bitmap allocator.

Links:

Documentation:
- Modern Operating Systems by Andrew Tanenbaum

Chapters:
0:00 Intro
2:43 Manual management
5:45 Static management
9:13 Bump allocator
17:30 Bitmap allocator
46:43 To be continued
Рекомендации по теме
Комментарии
Автор

Very nice, please continue this series

redacted
Автор

Wake up babe, nanobyte posted new video about memory management!

windows.
Автор

Very nice very unique your video was the best on YouTube literally

toyshopenterprises
Автор

glad i found this, videos are just what i wanted to watch.

scorcism.
Автор

Amazing.. this is very helpful.. Thanks and Love from India❤❤

rishiraj
Автор

Efectiv cea mai buna serie de pe YouTube .. munca titanica ..! Felicitări frate. Am văzut aproape toată serie inafara de live uri și se vede îmbunătățirea pe edituiri:)! Gg

mihaicotin
Автор

best osdev development in youtube keep going❤

archadam
Автор

It feels like every next step for a operating system is harder and harder

redhawk
Автор

I was going to say using a virtual memory model you could just allocate the first available 4k chunk, map it into the process map and repeat until enough chunks are added. Then there isn't a fragmentation problem. But I'm guessing that's what you were hinting at when you said "Physical memory manager" in the outro of this video.

KellyMurphy
Автор

Completely new to programming. Can I have no knowledge of programming and be able enough to develop this type of OS in like 8, 9 months of learning/following this tutorial spending an hour daily?

padrongod
Автор

Make a tutorial to make commands please

kittenpixl
Автор

Great video, but the background going blurry and normal is really distracting, please avoid this.

Rhyrkon
Автор

what ide is this? Is this borland turbo c++?

whoknows