Updated to reflect x64 changes.

alentours-dev
Sergiusz Bazanski 2011-06-28 13:29:41 +02:00
parent 32ccf8af51
commit 6a2f53ef78
2 changed files with 10 additions and 3 deletions

11
.gitignore vendored
View File

@ -1,2 +1,9 @@
/obj
/kernel.bin
Kernel/obj
Kernel/kernel.bin
Kernel/dump
Loader/obj
Loader/loader.bin
Loader/dump
kernel.bin
obj
dump

2
README
View File

@ -4,4 +4,4 @@ It doesn't do much yet. If you're browsing this right now, you should
probably leave as there is nothing remotely interesting here to be seen - I
just needed a repo to protect against data loss.
But yeah. x86. Microkernel. Paged. 32-bit (for now). Pre-emptive multitasking. POSIX-compliant.
But yeah. x86. Microkernel. Paged. 64-bit. Pre-emptive multitasking. POSIX-compliant by using services. Messaging 'ERRYWHERE.