diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
