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/ --- TODO | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO deleted file mode 100644 index 34dec0a..0000000 --- a/TODO +++ /dev/null @@ -1,8 +0,0 @@ -* 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