Skip to content

Tags: tad1/tadOS

Tags

v0.1.0-college-version

Toggle v0.1.0-college-version's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
College Version of tadOSv0.1 (#1)

* working example

* setup launch configuration

* initialize stack pointer

* add target to dockerfile

* fix assembly file

* update on tutorial 02

* tutorial 03

* tutorial 04

* add github cli
for integration on dev container

* add important aliases for git

* tutorial 05

* add task for creating image

* add OS banner

* tutorial 06

* tutorial 06 - linker script

* set baudrate to 38400 bps

* tutorial 07

* fix typos

* fix error

* add sdcard driver and file system

* finish sd driver

* update devcontainer config

* tutorial 09 - privilege level

* add exceptions and kernel_call

* add loading elf + kernel sh