From 47d22a238a6c5d60c6abfac724e6ad91885cdd67 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 29 Aug 2014 19:56:40 +0200 Subject: added paging support --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index db8e7c4..fb9f34c 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,15 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Notes +----- + Features -------- All features are only very rudiemntary and buggy. -* Runs in bochs (with cirrus) and virtual box. +* Runs in bochs (with cirrus), qemu and virtual box (disable nested paging etc) * PIT support / Timing * PIC support & Interrupt handling framework * PCI bus scanning @@ -79,6 +82,7 @@ FLOPPY IMAGE RAM --- + 0x1000 boot loader puts the kernel binary here. @@ -105,6 +109,8 @@ RAM 0xb000 memory above this is used for dma (by our floppy.c driver) +0x9000 + esp REFERENCES -- cgit v1.2.3