User contributions for Soma
2 October 2022
- 02:5002:50, 2 October 2022 diff hist −45 Operating Systems 2022F: Assignment 2 No edit summary
- 02:4302:43, 2 October 2022 diff hist +59 Operating Systems 2022F: Assignment 2 →Questions
1 October 2022
- 21:1321:13, 1 October 2022 diff hist +184 Operating Systems 2022F: Assignment 2 →Questions
- 03:2203:22, 1 October 2022 diff hist 0 Operating Systems 2022F: Assignment 2 →Questions
- 03:1803:18, 1 October 2022 diff hist +33 Operating Systems 2022F: Assignment 2 →Questions
- 03:1703:17, 1 October 2022 diff hist −60 Operating Systems 2022F: Assignment 2 →Code
30 September 2022
- 03:2803:28, 30 September 2022 diff hist −4 Operating Systems 2022F: Assignment 2 No edit summary
- 03:2603:26, 30 September 2022 diff hist −6 Operating Systems 2022F: Assignment 2 →Questions
- 03:1603:16, 30 September 2022 diff hist +59 Operating Systems 2022F: Assignment 2 →Questions
- 03:1403:14, 30 September 2022 diff hist +74 Operating Systems 2022F: Assignment 2 →Questions
- 03:1103:11, 30 September 2022 diff hist +517 Operating Systems 2022F: Assignment 2 →Questions
- 03:0303:03, 30 September 2022 diff hist +87 Operating Systems 2022F: Assignment 2 →Questions
- 02:4502:45, 30 September 2022 diff hist +698 Operating Systems 2022F: Assignment 2 →Questions
- 02:1402:14, 30 September 2022 diff hist +934 Operating Systems 2022F: Assignment 2 No edit summary
- 02:0902:09, 30 September 2022 diff hist +9,402 Operating Systems 2022F: Assignment 2 No edit summary
29 September 2022
- 22:1322:13, 29 September 2022 diff hist +1 Operating Systems 2022F: Assignment 2 No edit summary
- 22:1322:13, 29 September 2022 diff hist +408 N Operating Systems 2022F: Assignment 2 Created page with "'''This assignment is still being developed.''' '''If you submission: * Doesn't pass the validator, * Is not named "comp3000-assign2-myname" where myname is your MyCarletonOne username, or * Does not contain your Student ID number in the designated part of the template Then your submission will automatically get a grade of zero, because it won't work with the submission scripts. You have been warned!'''"
- 20:2120:21, 29 September 2022 diff hist +2,133 N Operating Systems 2022F Lecture 7 Created page with "==Video== Video from the lecture given on September 29, 2022 is now available: * [https://homeostasis.scs.carleton.ca/~soma/os-2022f/lectures/comp3000-2022f-lec07-20220929.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/os-2022f/lectures/comp3000-2022f-lec07-20220929.cc.vtt auto-generated captions] Video is also available through Brightspace (Resources->Zoom meeting->Cloud Recordings tab) ==Notes== <pre> Lecture 7 --------- Covered A1 solutions, walked throug..." current
- 15:3715:37, 29 September 2022 diff hist +126 Operating Systems 2022F: Assignment 1 No edit summary current
28 September 2022
- 03:5603:56, 28 September 2022 diff hist +6,661 N Operating Systems 2022F Lecture 6 Created page with "==Video== Video from the lecture given on September 27, 2022 is now available: * [https://homeostasis.scs.carleton.ca/~soma/os-2022f/lectures/comp3000-2022f-lec06-20220927.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/os-2022f/lectures/comp3000-2022f-lec06-20220927.cc.vtt auto-generated captions] Video is also available through Brightspace (Resources->Zoom meeting->Cloud Recordings tab) ==Notes== <pre> Lecture 6 --------- - validator not working: read the..." current
- 03:1103:11, 28 September 2022 diff hist 0 Operating Systems (Fall 2022) →Lectures & Tests
26 September 2022
- 16:2216:22, 26 September 2022 diff hist +51 GDB quick start →Using GDB current
- 16:2116:21, 26 September 2022 diff hist −6 GDB quick start →Getting Started
- 16:2116:21, 26 September 2022 diff hist +1 GDB quick start →Getting Started
- 16:2116:21, 26 September 2022 diff hist +1,747 N GDB quick start Created page with "==Getting Started== * Type "gdb <program>" to debug a program binary * Compile with -g (to get debugging symbols) (keep -O) to allow gdb to have more info about the program when debugging. But it will work without -g. * At the prompt type "run" to run it under gdb's control. * To debug an already running program, type "attach <PID>" * By default gdb can only attach to child processes. To allow attaching to processes that aren't gdb's children, do the following: sudo..."
- 16:1416:14, 26 September 2022 diff hist +47 Operating Systems 2022F: Tutorial 3 →Tasks/Questions current
25 September 2022
- 14:3114:31, 25 September 2022 diff hist +129 Operating Systems 2022F: Assignment 1 →Questions
- 14:2814:28, 25 September 2022 diff hist +27 Operating Systems 2022F: Assignment 1 →Questions
24 September 2022
- 20:2320:23, 24 September 2022 diff hist +13 Operating Systems 2022F: Tutorial 2 →C: Examining the runtime memory map current
- 20:2020:20, 24 September 2022 diff hist +55 Operating Systems 2022F: Tutorial 2 →C: Examining the runtime memory map
- 20:1920:19, 24 September 2022 diff hist +60 Operating Systems 2022F: Tutorial 2 →C: Examining the runtime memory map
- 17:2717:27, 24 September 2022 diff hist +24 Operating Systems 2022F: Assignment 1 →Questions
23 September 2022
- 02:3802:38, 23 September 2022 diff hist +340 Operating Systems 2022F: Assignment 1 No edit summary
- 02:0802:08, 23 September 2022 diff hist +5,797 N Operating Systems 2022F Lecture 5 Created page with "==Video== Video from the lecture given on September 22, 2022 is now available: * [https://homeostasis.scs.carleton.ca/~soma/os-2022f/lectures/comp3000-2022f-lec05-20220922.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/os-2022f/lectures/comp3000-2022f-lec05-20220922.cc.vtt auto-generated captions] Video is also available through Brightspace (Resources->Zoom meeting->Cloud Recordings tab) ==Notes== <pre> Lecture 5 --------- Today, Tutorial 3, along with some..." current
22 September 2022
- 12:0312:03, 22 September 2022 diff hist +1 Operating Systems (Fall 2022) Course Outline No edit summary current
20 September 2022
- 22:3122:31, 20 September 2022 diff hist +390 Operating Systems 2022F Lecture 4 →Video current
- 21:2921:29, 20 September 2022 diff hist +922 Operating Systems 2022F Lecture 4 →Code
- 21:2721:27, 20 September 2022 diff hist +7,825 N Operating Systems 2022F Lecture 4 Created page with "==Video== ==Notes== <pre> Lecture 4 --------- * Assignment 1 has been released, due Sept. 28th - based on T1 & T2, if you've done them it should be straightforward - please use the template and validate after completing the assignment - we use scripts to split up the assignment by question so they can be graded all at once - collaborators should be at the top; resources (e.g., web pages) should be listed with the question it helped with (remembe..."
- 21:2521:25, 20 September 2022 diff hist +1 Operating Systems 2022F: Assignment 1 →Questions
19 September 2022
- 03:1703:17, 19 September 2022 diff hist −45 Operating Systems 2022F: Assignment 1 No edit summary
17 September 2022
- 23:4523:45, 17 September 2022 diff hist +996 Operating Systems 2022F Lecture 3 No edit summary current
- 21:2721:27, 17 September 2022 diff hist +73 Operating Systems 2022F: Assignment 1 →Questions
- 20:3220:32, 17 September 2022 diff hist +108 Operating Systems 2022F: Assignment 1 No edit summary
- 20:2920:29, 17 September 2022 diff hist +185 Operating Systems 2022F: Assignment 1 No edit summary
- 20:2420:24, 17 September 2022 diff hist −4 Operating Systems 2022F: Assignment 1 No edit summary
- 20:2120:21, 17 September 2022 diff hist −18 Operating Systems 2022F: Assignment 1 →Questions
- 20:2020:20, 17 September 2022 diff hist −2 Operating Systems 2022F: Assignment 1 →Introduction
- 20:2020:20, 17 September 2022 diff hist +110 Operating Systems 2022F: Assignment 1 →Introduction
- 20:1920:19, 17 September 2022 diff hist +1,380 Operating Systems 2022F: Assignment 1 No edit summary
- 20:0920:09, 17 September 2022 diff hist +203 Operating Systems 2022F: Assignment 1 →Questions