vxKernel/vxgos/bootloader/boards/fx9860/src/bios/malloc.S
Yann MAGNIN d596c74634 vxGOS - v0.7.0-11 : add fx9860 support
*add*
> [vxgos]
  | [fx9860] add vxsdk build entry
  | [fx9860] add G1A file generation
  | [fx9860] add ASLR support
  | [fx9860] add bios primitives
  | [fx9860] add new 3x5 font
  | [fx9860] add custom GCC toolchain dependency for vxSDK
> [sdk]
  | [converter] support assets filter

*update*
> [scripts]
  | [vxdev] proper support "per board" assets requirements declaration
> [bootloader]
  | [display] proper font BIOS-dependant (board-specific) interface

*fix*
> [sdk]
  | [converter] fix default font border size
  | [converter] remove useless core function exposition
> [bootloader]
  | [assets] fix font8x9 to font8x12 (the real size)
> [scripts]
  | [vxdev] convert assets only if needed
2023-06-05 20:57:31 +02:00

12 lines
149 B
ArmAsm

#include "fx9860/asm_utils.h"
.text
!---
! Public
!---
/* _bios_malloc() (malloc) : allocate memory */
function(_bios_malloc):
syscall(0xacd)