summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index b7a8ce5..ea082dd 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,10 @@ Issues
* Makefile is hardcoded and contains mistakes too!
* size of bitmap to track free blocks of physical memory is hardcoded to max.
* physical memory manager allocator naively implemented.
-
+* kernel should run in high memory (~3gb) virutal mem. why? except v86 tasks?
+* redesign keyboard interrupt handler (faster!)
+* redesign command handling (not inside the interrupt!!!)
+* implement a real shell (in user mode)
MY NOTES BELOW THIS LINE
@@ -140,4 +143,4 @@ REFERENCES
* http://www.brokenthorn.com/Resources/OSDev17.html
* http://www.jamesmolloy.co.uk/tutorial_html/9.-Multitasking.html
* http://pdos.csail.mit.edu/6.828/2011/labs/lab6/
-
+* http://wiki.osdev.org/Virtual_8086_Mode