Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgian authored Mar 9, 2023
1 parent d8234ec commit 406f5ee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ The script takes care of everything (compiling, making the image and running the

The first compilation may take a while since it has to recompile the Rust core library and the tool needed to copy the bin.

## Versions
### Felix 0.1
**Bootloader:**
- BIOS compatible (also works on UEFI with emulated BIOS)
- can boot
- can load kernel to memory
- can execute kernel

**Kernel:**
- has a _println_ macro able to format any type of data

## Progress
- *22/10/22* - Project start
- *27/01/23* - Bootloader can print to screen
Expand Down

0 comments on commit 406f5ee

Please sign in to comment.