summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-09 03:33:28 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-09 03:33:28 +0200
commit9776ad666f27dfcdc0a00ae10567b9be8363130f (patch)
treebe90da6a3387b3e1127815507f793fe0185b404f /README.md
parent670085f41e7706be51a1e99f44a637313b96419c (diff)
working on virtual memory manager
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