From 9776ad666f27dfcdc0a00ae10567b9be8363130f Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sat, 9 Aug 2014 03:33:28 +0200 Subject: working on virtual memory manager --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3