Commit 7693d410 authored by Administrator's avatar Administrator
Browse files

Update EXERCISES.md

parent 0c60064d
No related merge requests found
Showing with 12 additions and 1 deletion
+12 -1
......@@ -9,8 +9,19 @@ The goal of these exercises is to understand the ARM architecture by writing and
GitLAB repo: [https://baltig.polito.it/teaching-material/exercises-caos-and-os/arm-bare-metal](https://baltig.polito.it/teaching-material/exercises-caos-and-os/arm-bare-metal)
## Cross compilation and Makefiles
This is the code used in class to explain the cross compilation process and MakeFiles
GitLAB repo: [https://baltig.polito.it/teaching-material/exercises-caos-and-os/crosscompilation](https://baltig.polito.it/teaching-material/exercises-caos-and-os/crosscompilation)
## Write my first OS
The goal is to have a first look at what writing an simple FLAT OS means
[https://baltig.polito.it/teaching-material/exercises-caos-and-os/myfirstos
](https://baltig.polito.it/teaching-material/exercises-caos-and-os)
\ No newline at end of file
](https://baltig.polito.it/teaching-material/exercises-caos-and-os)
## FreeRTOS Hello World
This simple project explains how to create a FreeRTOS demo project to run in qemu on an emulated board
[https://baltig.polito.it/teaching-material/exercises-caos-and-os/freertos_hell](https://baltig.polito.it/teaching-material/exercises-caos-and-os/freertos_hell)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment