diff --git a/.gitignore b/.gitignore index edf6bb0..8577e9b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/README b/README index 2c77bfb..3e0d417 100644 --- a/README +++ b/README @@ -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.