Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# kernelx

kernelx is a simple lightweight 32bit x86 linux kernel, designed to run in small resources.
Expand All @@ -9,7 +11,7 @@ kernelx is a simple lightweight 32bit x86 linux kernel, designed to run in small
- Keyboard
- VGA Text Mode
- Timer
- Muti-tasking
- Multi-tasking
- Preemptive Scheduling

## Installations for ubuntu
Expand Down Expand Up @@ -66,4 +68,4 @@ make debug

```
make run_gdb
```
```