From e46abaa580e7f4ce6cd7fad258160e6f0193c851 Mon Sep 17 00:00:00 2001 From: Andrew To <andrewto.307@gmail.com> Date: Sat, 11 Jan 2025 11:03:55 +0700 Subject: [PATCH] Warmup-0 --- week-1/warmup0.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/week-1/warmup0.md b/week-1/warmup0.md index e69de29..9d9a3b5 100644 --- a/week-1/warmup0.md +++ b/week-1/warmup0.md @@ -0,0 +1,26 @@ +#### Questions to Answer +Please provide answers to these questions using markdown notation and place them in the `\0-Warmup` directory in your git repository: + +1. Select with an `x` the platform you will be using for your course deliverables: + + - [x] drexel's tux cluster + - [ ] WSL on Windows + - [ ] Orbstack on MacOs + - [ ] VMWare Fusion + - [ ] Somthing else (put name here) + +2. I have installed my virtual machine, tested it, feel comfortable using it, and validated that the required software is installed: + + - [ ] YES + - [x] N/A - I plan to use tux + - [ ] NO - Not Yet + + +3. Please provide a link to the repository you are using for this class. +https://gitlab.cci.drexel.edu/dt686/cs283 + +4. Briefly describe what you want to get out of this class. +I've learnt some basic knowledge about operating systems and system programming in previous courses, so I want to gain the thoughtful understanding about them after finishing this class. + +5. Briefly describe any concerns you might be having with being successful in this class (if any). +I don't have any specific concern right now, but I believe this class will help me understand how software and hardware connect and the core functionality of the operating system, so that I can work more effectively when setting up my computer for personal projects. \ No newline at end of file -- GitLab