Erinevus lehekülje "ITS8020" redaktsioonide vahel
20. rida: | 20. rida: | ||
# Stack Exploration, Long Jump [[Media:Rtos_02.pdf|PDF]] | # Stack Exploration, Long Jump [[Media:Rtos_02.pdf|PDF]] | ||
# Heap [[Media:Rtos_03.pdf|PDF]] | # Heap [[Media:Rtos_03.pdf|PDF]] | ||
− | # | + | # Hardware, interrupts, basic IO: [https://www.youtube.com/playlist?list=PLMQzXA1f24AdzOb5kRBfN2SkXNrSbdb5L Please watch the videos] [[Media:Rtos_04.pdf|PDF]] |
− | # | + | # Signals, System Calls [[Media: Rtos_05.pdf|PDF]] |
== Practice == | == Practice == |
Redaktsioon: 5. oktoober 2018, kell 10:53
ITS8020 Systems Programming
Course Card
Lecturer: Jaagup Irve <jaagup.irve@ttu.ee>
For reference: last year materials can be found at Real-Time Operating Systems and Systems Programming. Most of it is still relevant.
Elevator pitch
The course is basically an advanced C course which delves into the intricacies of hardware, memory management and operating system design. It looks at basic operating system components (scheduling, mutexes) and also at Linux standard library. You will be expected to program difficult tasks and it will be englightening. The course has been enjoyed by numerous smart students over the years.
Grading
Grading is based on points earned during the course.
90+ points earns a grade of 5, and 50+ lets you pass. Exam can earn you up to 60 points and is difficult. Programming independently (lab) is worth 40 points max. There are 10 bonus points for attending and working on the labs. It is possible to agree on a different course project during the course.
Lectures
- Introduction (course overview, grades, operator precedence, real time overview) PDF
- Stack Exploration, Long Jump PDF
- Heap PDF
- Hardware, interrupts, basic IO: Please watch the videos PDF
- Signals, System Calls PDF
Practice
Links
- Toyota killer firmware
- Use of Assertions
- How to C in 2016 - or why the lecturer should be deprecated
- Smashing the Stack for Fun and Profit Redone - a take on a classic
- Raspberry Pi Os - an opsystem from scratch