nub31 dd3dbc3ab1 ...
2025-09-07 01:27:22 +02:00
...
2025-09-07 01:27:22 +02:00
pmm
2025-09-02 20:42:19 +02:00
...
2025-08-23 17:07:42 +02:00
...
2025-08-31 20:23:52 +02:00
2025-08-23 17:26:56 +02:00
...
2025-09-07 01:27:22 +02:00
...
2025-09-07 01:27:22 +02:00
...
2025-09-05 23:59:59 +02:00

Nub OS

Dependencies

Building the kernel

  • grub
  • mtools
  • make
  • x86_64-elf-gcc
  • x86_64-elf-ld
  • nasm

Building

Disk image

make iso

Running

After building the iso, run the following:

qemu-system-x86_64 -cdrom .build/nub-os.iso

Debugging

qemu-system-x86_64 -s -S -cdrom .build/nub-os.iso
gdb -tui .build/kernel/kernel -ex "target remote localhost:1234"
Description
No description provided
Readme MIT 211 KiB
Languages
C 84.6%
Assembly 13.2%
Makefile 2.2%