From ce7317daf7c9740bc8595f14f7248fa1b050afcf Mon Sep 17 00:00:00 2001 From: xeno Date: Thu, 23 Feb 2017 23:49:18 +0100 Subject: initial commit with some old assembly stuff --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..34dec0a --- /dev/null +++ b/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