1
0
Fork 0
mirror of https://gitlab.com/bztsrc/bootboot.git synced 2023-02-13 20:54:32 -05:00

Disabled FS/Z support by default

This commit is contained in:
bzt 2019-12-13 12:20:45 +01:00
parent b383f59dec
commit 84415afd2f
3 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@
/* get BOOTBOOT structure */
#include "../bootboot.h"
// comment out this include if you don't want FS/Z support
#include "../../osZ/include/osZ/fsZ.h"
//#include "../../osZ/include/osZ/fsZ.h"
/* aligned buffers */

View file

@ -27,7 +27,7 @@
;* @brief Filesystem drivers for initial ramdisk.
;*
FSZ_SUPPORT equ 1
FSZ_SUPPORT equ 0
;*********************************************************************
;* File System Drivers *

View file

@ -49,7 +49,7 @@
#include "../bootboot.h"
#include "tinf.h"
// comment out this include if you don't want FS/Z support
#include "../../osZ/include/osZ/fsZ.h"
//#include "../../osZ/include/osZ/fsZ.h"
/*** ELF64 defines and structs ***/
#define ELFMAG "\177ELF"