Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 658 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 658 Bytes

Jeff BezOS

I thought it would be funny

Building

  1. install clang and meson
  2. execute
source ./setup.sh
repobld kernel
  1. kernel will be at install/image/bezos-limine.iso or install/image/bezos-hyper.iso

Running

Tests

make check

On qemu

./qemu.sh

On other emulators (assumes wsl2 inside a windows host)

make hyperv
make vbox
make vmware

Mentions

  1. Marley on the osdev discord for being incredibly clever and knowledgable
  2. osdev wiki for (sometimes) good reference
  3. all the random github os projects i've browsed to figure out how to do things