diff options
author | xeno <xeno@eisberg.nacht> | 2017-02-23 23:49:18 +0100 |
---|---|---|
committer | xeno <xeno@eisberg.nacht> | 2017-02-23 23:49:18 +0100 |
commit | ce7317daf7c9740bc8595f14f7248fa1b050afcf (patch) | |
tree | f2d14fd243b5f8235e9e467ad151fd70ecb6dd1e /TODO |
initial commit with some old assembly stuff
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |