Till KTH:s startsida Till KTH:s startsida

Ändringar mellan två versioner

Här visas ändringar i "Seminars" mellan 2018-08-29 16:02 av Johan Montelius och 2018-09-06 12:40 av Johan Montelius.

Visa < föregående | nästa > ändring.

Seminars

This is only for ID1206 not for ID1200!!

This year we will have a set of seminars that will explore different aspects of an operating system. You will need to do some coding in C, implement different experiments, run some benchmarks and be able to present your solution and findings.

The preliminary topics are:¶
* Process structure: stack, heap, code and data areas
* Memory allocation
* Threads
* The file system
For each topic you will be given an assignment and on a seminar be prepared to present your work.
boot process Before this seminar you should have completed the necessary steps for booting a small program directly using the BIOS and using GRUB. Follow the tutorial below and attend the seminar with a system up and running on your laptop. Work in groups of two and be prepared to modify the system during the seminar.¶


* Boot a kernel
Memory management Concurency File systems