remzi-arpacidusseau / ostep-projects

Projects for an undergraduate OS course
4.16k stars 1.19k forks source link

Where is "Memory-allocation Library" lab? #20

Closed YalandHong closed 3 years ago

YalandHong commented 3 years ago

Hello,

According to OSTEP book, there's a lab called "Memory Allocation", which requires students to implement some algorithms for dynamically allocating memory. But the README file does not provide its link, and I couldn't find any of its code in this repository.

I don't know whether I missed something or it just does not exist yet.

image

remzi-arpacidusseau commented 3 years ago

malloc() / free() are in the C standard library and automatically linked with every C program. type "man malloc" for more details.

On Fri, Dec 11, 2020 at 2:15 AM YalandHong notifications@github.com wrote:

Hello,

According to your OSTEP book http://pages.cs.wisc.edu/~remzi/OSTEP/lab-projects-systems.pdf, there's a lab called "Memory Allocation", which requires students to implement some algorithms for dynamically allocating memory. But the README file does not provide its link, and I couldn't find any of its code in this repository.

I don't know whether I missed something or it just does not exist yet.

[image: image] https://user-images.githubusercontent.com/52960068/101878709-fe406e00-3bca-11eb-8b62-404ae30d8283.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/remzi-arpacidusseau/ostep-projects/issues/20, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDKP54VMUEJQY6Y4D3MMRLSUHIJZANCNFSM4UWHZL6Q .

YalandHong commented 3 years ago

Hello Professor Arpaci-Dusseau,

I'm sorry but I think you didn't understand what I mean. I mean, you provide no test case for this lab, nor any code framework.

If you want us to write everything by ourselves, that's ok and I'll close this issue.

YalandHong commented 3 years ago

Close due to inactivity