Skip to content

Files

Latest commit

b5e6803 · Oct 26, 2020

History

History
24 lines (20 loc) · 383 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 383 Bytes

Lambda OS Dev

Lambda OS Dev Repo.

Dependencies

  • make
  • bochs
  • nasm
  • genisoimage (usually in package cdrtools)
  • ld

Building

POSIX-complaint OSes (Linux, macOS, ...)

make

Windows

Work in progress...

Running the kernel

qemu-system-i386 -boot d -cdrom ./os.iso -m 512 -s

The -s flag is for remote debugging with gdb.