Please give me your output screen short.
Make a simple buddy buffer manager with 4 functions for anoperating system and a test driver.
It will give out buffers from a fixed size area. Theavailable memory for the buffer manager will be initially set to 10of the maximum buffer sizes (511 words)
It will have a function which gives out buffers in sizes (whichare powers of 2 less 1) from 7 words to 511 words. The other wordin the buffer will be a control word for use by the buffer manager.The requester will provide a block size and the routine will returnan address of
OR
OR