diff options
-rw-r--r-- | README.md | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -1,21 +1,21 @@ # DendritOS ## Supplemental Links -https://www.raspberrypi.com/documentation/computers/processors.html -https://datasheets.raspberrypi.com/bcm2835/bcm2835-peripherals.pdf -https://datasheets.raspberrypi.com/bcm2836/bcm2836-peripherals.pdf -https://github.com/eggman/raspberrypi/tree/master/qemu-raspi2 -https://github.com/eggman/FreeRTOS-raspi3/blob/master/Demo/FreeRTOS_tick_config.c -https://developer.arm.com/documentation/dui0802/b/A64-General-Instructions/A64-general-instructions-in-alphabetical-order?lang=en -https://wiki.osdev.org/ARM_RaspberryPi -https://elinux.org/RPi_Framebuffer -https://github.com/bztsrc/raspi3-tutorial -https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials - -// PRIV LEVL: https://developer.arm.com/documentation/den0013/d/ARM-Processor-Modes-and-Registers -// MODES: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/ARM-processor-modes-and-ARM-core-registers/ARM-processor-modes?lang=en -// EXCEPTION HANDLING: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/Exception-handling?lang=en -// MODE REGISTERS: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/ARM-processor-modes-and-ARM-core-registers/ARM-core-registers?lang=en +- https://www.raspberrypi.com/documentation/computers/processors.html +- https://datasheets.raspberrypi.com/bcm2835/bcm2835-peripherals.pdf +- https://datasheets.raspberrypi.com/bcm2836/bcm2836-peripherals.pdf +- https://github.com/eggman/raspberrypi/tree/master/qemu-raspi2 +- https://github.com/eggman/FreeRTOS-raspi3/blob/master/Demo/FreeRTOS_tick_config.c +- https://developer.arm.com/documentation/dui0802/b/A64-General-Instructions/A64-general-instructions-in-alphabetical-order?lang=en +- https://wiki.osdev.org/ARM_RaspberryPi +- https://elinux.org/RPi_Framebuffer +- https://github.com/bztsrc/raspi3-tutorial +- https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials + +- // PRIV LEVL: https://developer.arm.com/documentation/den0013/d/ARM-Processor-Modes-and-Registers +- // MODES: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/ARM-processor-modes-and-ARM-core-registers/ARM-processor-modes?lang=en +- // EXCEPTION HANDLING: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/Exception-handling?lang=en +- // MODE REGISTERS: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/ARM-processor-modes-and-ARM-core-registers/ARM-core-registers?lang=en ## Todo Implement Scheduler for IRQ |