rulimine/stage23
mintsuki ac865be1a1 build: Minor misc fixes 2022-01-29 17:23:41 +01:00
..
drivers bios: Move terminal entirely to stage 3 2022-01-25 08:41:17 +01:00
fs ntfs: allow for bigger resident index and resident data 2022-01-28 13:48:21 +02:00
lib readline: Don't delete input beyond a null terminator 2022-01-29 08:00:55 +01:00
mm pmm_randomise_memory: Add guard for BIOS port to avoid accessing bogus pointers 2022-01-29 12:29:27 +01:00
protos chainload: Assume boot drive if DRIVE parameter is omitted 2022-01-29 11:54:38 +01:00
pxe misc: Allow recovering from panics 2021-12-11 19:58:00 +01:00
sys misc: Fixes for GCC 12 warnings; add extern prototypes for inline functions 2022-01-26 03:58:28 +01:00
GNUmakefile build: Minor misc fixes 2022-01-29 17:23:41 +01:00
console.c console: Use escape sequence instead of reset_term() 2022-01-29 07:52:44 +01:00
console.h console: Introduce Limine console 2021-10-09 13:32:57 +02:00
entry.asmb asm: Reorganise assembly code to avoid symlink use 2021-10-22 15:45:47 +02:00
entry.s2.c bios: Move terminal entirely to stage 3 2022-01-25 08:41:17 +01:00
entry.s3.c bios: Move terminal entirely to stage 3 2022-01-25 08:41:17 +01:00
font.bin vbe: Move graphical terminal code to gterm and ship font instead of dumping from graphics card 2021-03-02 06:05:14 +01:00
gensyms.sh build: Even more portability improvements 2022-01-21 02:57:31 +01:00
linker.ld lds: Move build-id inside limine.sys size area 2021-12-22 00:10:43 +01:00
linker_dbg.ld lds: Move build-id inside limine.sys size area 2021-12-22 00:10:43 +01:00
linker_nomap.ld lds: Move build-id inside limine.sys size area 2021-12-22 00:10:43 +01:00
linker_stage2only.ld bios: Move terminal entirely to stage 3 2022-01-25 08:41:17 +01:00
linker_uefi.ld build: UEFI linker scripts adjustments 2021-12-19 02:22:21 +01:00
linker_uefi32.ld build: UEFI linker scripts adjustments 2021-12-19 02:22:21 +01:00
linker_uefi32_nomap.ld build: UEFI linker scripts adjustments 2021-12-19 02:22:21 +01:00
linker_uefi_nomap.ld build: UEFI linker scripts adjustments 2021-12-19 02:22:21 +01:00
menu.c console,editor: Filter out non-printable characters 2022-01-28 23:51:34 +01:00
menu.h misc: Move to standard C11 noreturn 2021-12-31 10:58:05 +01:00
sbat.c misc: Change how bios and uefi macros are defined and tested 2021-07-15 10:03:47 +02:00