summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-29 19:56:40 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-29 19:56:40 +0200
commit47d22a238a6c5d60c6abfac724e6ad91885cdd67 (patch)
treebd3893777b58aac7c94d68fe2a4ba57cfbdb38ec /README.md
parent659f1f1ae057c82a154a1fd32cc9dca040979daa (diff)
added paging support
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
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