summaryrefslogtreecommitdiff
path: root/content/projects/frenchtoastos.md
blob: f7ce883e2bec11bdb4ef02ed759269b1e36532ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
+++
title = "FrenchToastOS"
weight = 4
extra.displayed_filename = "frenchtoastos.md"
extra.url = "https://git.arslaancodes.com/FrenchToastOS.git/about/"
+++

A simple from-scratch OS for x86 systems written in C.

- Built with: C, x86 Assembly, Makefile
- Status: In-progress

---

## Features
- Framebuffer support (via GRUB)
- Can render text via 8x8 font
- Takes PS/2 keyboard input

---

## Why I built it

This was originally for [Boot](https://boot.hackclub.com), a Hack Club YSWS (You Ship, We Ship), but I may or may not have gotten distracted with other projects...  
I might continue working on FrenchToastOS, but I have no guarantees.