Skip to content

Releases: spevans/swift-project1

Initial boot test

15 Apr 19:51
Compare
Choose a tag to compare
Initial boot test Pre-release
Pre-release

Simple boot test release

  • Boots up
  • Initialises GDT, IDT, page tables
  • Scans memory map, ACPI, PCI
  • Waits for key presses and shows scan codes in a loop

Currently compiled with -Onone due to a compiler assert with -O

To run under qemu:
$ bunzip2 boot-hd.img.bz2
$ qemu-system-x86_64 -hda boot-hd.img