This repository contains the code base of the OS/161 kernel that you will use to complete this assignment. In this assignment, you will implement the following: This system call will have number 43 as ...
In src/assignment.js, implement the sumOfNumbersTo function. Calculate and return the sum of the numbers from 1 to destination. In src/assignment.js, implement the oddNumbersWithin function. From ...