summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 35144e4..f10c938 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# IndigoOS
-IndigoOS (name likely to change) will be a unix-like operating system for x86-64 computers. I'm hoping to impliment many things a modern operating system would have, including a desktop enviornment, pre-emptive multithreading, ASLR, and memory protection. I'd also like to port games such as DOOM and Quake.
+IndigoOS (name likely to change) will be a Unix-like operating system for x86-64 computers. I'm hoping to implement many things a modern operating system would have, including a desktop environment, pre-emptive multithreading, ASLR, and memory protection. I'd also like to port games such as DOOM and Quake.
# Project scope
-While I'm loving this project, I do want it to be "done" at some point so I can work on other things. Because of this, my OS will be very simple, monolithic, and may not have all the bells and wistles of other osdev projects. I'm not planning on implimenting my own libc, and when I get to user space, will end up porting a few programs instead of writing my own (such as Xorg or QT).
+While I'm loving this project, I do want it to be "done" at some point so I can work on other things. Because of this, my OS will be very simple, monolithic, and may not have all the bells and whistles of other osdev projects. I'm not planning on implementing my own libc, and when I get to user space, will end up porting a few programs instead of writing my own (such as Xorg or QT).
With all that out of the way, check out the features.
# Planned Features
@@ -17,12 +17,12 @@ With all that out of the way, check out the features.
* Ports of other software I like, such as bash, vim, some old 3d games
# Project status
-This project will likely go very slow and take multiple years, as I'm dealing with things such as college and adulting. If there are blatently obvious bugs, or things look unfinished, I'm still working on them.
-Additionally, there's some pretty messy code. I've improved over the durentation of this project, so expect those things to be changed some time down the line.
+This project will likely go very slow and take multiple years, as I'm dealing with things such as college and adulting. If there are blatantly obvious bugs, or things look unfinished, I'm still working on them.
+Additionally, there's some pretty messy code. I've improved while working on this project, so expect those things to be changed some time down the line.
# What I'm working on now
1. Ensuring palloc() and malloc() are smp safe (current)
-2. Creating kernel space threads with primative scheduler
+2. Creating kernel space threads with primitive scheduler
3. VFS filesystem
4. ACPI, PCI
5. ext2 filesystem