Skip to content

Releases: crempp/c-os

v0.0.2

27 Mar 01:06
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

In this release we have the bootloader entering protected mode and passing control to the kernel which simply prints an 'X' on the screen.

v0.0.1

24 Mar 05:38
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

This version simply copies 0xCAFEBABE into the EAX register. It's like a simpler version of "Hello world" because writing text to the screen in assembly without a proper OS is hard.