Skip to content

Releases: spflaumer/project_c0rry

v0.3

28 May 14:39
Compare
Choose a tag to compare

added i386 and updated the readme.md

v0.2

28 May 11:56
Compare
Choose a tag to compare

This seems to be the first useable version of the BIOS Bootloader, on the x86_64 architechture.
It can currently:

  • Start on a BIOS or BIOS Supporting System
  • Read from the Disk and execute the read Code
  • Switch from 16-bit Real Mode into 32-bit Protected mode
  • Setting up Paging, GDT, A20 Line and switching into 64-bit Long Mode
  • Loading a Kernel once inside Long Mode

v0.1.1

27 May 14:22
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

changed the name, so here is the new version for that

v0.1

27 May 14:17
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

version 0.1 of the bootloader, that by now enables long mode

v0.0

27 May 14:15
Compare
Choose a tag to compare
v0.0 Pre-release
Pre-release

first version of this bootloader