Giter VIP home page Giter VIP logo

ikt218-osdev's Introduction

IKT218 - Operating System Developer Repository

Description

This repository holds the code needed for students to partake in the lab assignments in IKT218 at the University of Agder, Norway. At the end of the semester, each student will make a pull request to this repository, which should end up with a collection of operating systems, later to be hosted at https://uiaict.github.io/ikt218-osdev/

This repository, along with the group_namedirectory is a starter pack for getting started with OSDevelopment. It provides a basic directory structure, a i386 linker script, and GRUB2 configuration.

Starting your lab assignment

  1. Rename group_name to an approriate name.
  2. Go into .vscode/settings.json and set the same group name as in step 1
    "cmake.buildDirectory": "${workspaceFolder}/build_group_name", <-- Change
    "cmake.sourceDirectory": "${workspaceFolder}/group_name", <-- Change

Note: DO NOT push any changes to .vscode or web. Else we will have a hassle with pull request at the end...

  1. Set up your development environment according to guides supplied in lecture. If you choose to run customized environment setups, that is completely fine, but you will get no support :D
  2. DO NOT shit around with inapproriate variable names or comments. As it is expected that the candidates hold the capability of basic understanding of social norms, failing to present code that adhere to these will set your grade back substantially. Please, just be civil :D

At delivery

  1. You should have a fully functional operating system, including source code, and a final report in pdf format. The structure of your final project repository should be:
.vscode
build_group_name
group_name
web

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.