From bed5515c8dee2a19c1ba9dbc005e078c613e3cf3 Mon Sep 17 00:00:00 2001 From: Clemens Fries Date: Wed, 5 Dec 2018 18:19:16 +0100 Subject: Move 'boot' stuff to boot/ --- boot/TODO | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 boot/TODO (limited to 'boot/TODO') diff --git a/boot/TODO b/boot/TODO new file mode 100644 index 0000000..34dec0a --- /dev/null +++ b/boot/TODO @@ -0,0 +1,8 @@ +* boot loader, loading a few sectors into memory +* output from loadable +* setting up things to transition to protected mode + * defining a software interrupt in order to call a print() function +* setting up things to transition to long mode + * defining a syscall on order to call a print() function +* writing minimal program in C +* writing a minimal scheduler and running two programs at the same time -- cgit