Skip to content

Commit e2d08cd

Browse files
committed
Updated README.md
1 parent 3c01d24 commit e2d08cd

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# Simple Kernel
22

3-
The project was originally conceived to study low-level programming in assembler and C. In the course of development, a loader will be created, and later the kernel itself.
3+
The project was originally conceived to study low-level programming in assembler and C. Code fully commented and simple anyone who tries to understand what is going on in all of this will learn realtively fast.
4+
5+
# To Do
6+
7+
[ ] Write basic I/O drivers
8+
[ ] Add file system
9+
[ ] Write interactive shell
10+
11+
# Resources
12+
13+
If you want to learn more or you can not understand something I would
14+
recommend https://wiki.osdev.org

0 commit comments

Comments
 (0)