2023-01-09 01:54:03 -06:00
2023-01-09 01:54:03 -06:00
2023-01-09 01:54:03 -06:00
2023-01-09 01:54:03 -06:00
2023-01-09 01:54:03 -06:00
2023-01-09 01:54:03 -06:00
2023-01-09 01:54:03 -06:00
2023-01-09 01:54:03 -06:00

Quark libmalloc

Quark Kernel is a hobbyist OS kernel mainly indended to be a challenging side-project.

Building

You will need:

  • GNU Autotools

To build the kernel for the x86 platform, run:

  • autoreconf -i
  • ./configure [--enable-tests] [--host=<host>] [--prefix=<your_desired_prefix>] [CFLAGS=-ffreestanding LDFLAGS=-nostdlib]
  • make
Description
A library implementing various dynamic memory allocators for Quark OS
Readme GPL-3.0 77 KiB
Languages
C 97.5%
Makefile 1.3%
M4 1.2%