rulimine/stage23/lib
mintsuki 7ac20e0615 gterm: Many improvements 2021-04-11 02:30:48 +02:00
..
acpi.c acpi: Fix length of RSDP calculation 2021-03-10 02:27:26 +01:00
acpi.h misc: General code reorganisation 2021-02-25 01:24:54 +01:00
blib.c misc: Handle CPU exceptions nicely 2021-03-13 03:21:01 +01:00
blib.h misc: Clean up the boot device detection system 2021-03-11 00:23:44 +01:00
blib.s2.c misc: Change the way stage 2 and 3 are divided 2021-03-01 23:38:55 +01:00
bmp.c image: Add support for centering images 2021-04-09 01:26:39 +02:00
bmp.h misc: General code reorganisation 2021-02-25 01:24:54 +01:00
config.c gterm: Many improvements 2021-04-11 02:30:48 +02:00
config.h misc: General code reorganisation 2021-02-25 01:24:54 +01:00
do_32.asm64 linux: Initial support for 32 bit boot protocol instead of 16 bit one 2021-03-19 09:36:49 +01:00
elf.c stivale2: Implement terminal 2021-04-07 02:10:28 +02:00
elf.h stivale2: Implement kernel file tag 2021-03-28 15:46:59 +02:00
fb.c stivale: Map the framebuffer in the memory map only in stivale protos 2021-04-11 01:38:06 +02:00
fb.h gterm: Many improvements 2021-04-11 02:30:48 +02:00
gterm.c gterm: Many improvements 2021-04-11 02:30:48 +02:00
gterm.h gterm: Many improvements 2021-04-11 02:30:48 +02:00
guid.c misc: General code reorganisation 2021-02-25 01:24:54 +01:00
guid.h misc: General code reorganisation 2021-02-25 01:24:54 +01:00
image.c image: Add support for centering images 2021-04-09 01:26:39 +02:00
image.h image: Add support for centering images 2021-04-09 01:26:39 +02:00
libc.h misc: General code reorganisation 2021-02-25 01:24:54 +01:00
libc.s2.c build: Generally rework build system to easily allow 3rd party toolchains to be used. Drop reliance on libgcc for BIOS builds by shipping our own routines instead 2021-04-03 00:48:38 +02:00
libgcc.s2.asm libgcc: Fix __udivmoddi4 and __divmoddi4 2021-04-03 15:26:58 +02:00
panic.s2.c Initial UEFI port 2021-03-02 10:23:43 +01:00
part.h pxe: Make it work again 2021-03-13 09:08:01 +01:00
part.s2.c part: Harden MBR detection code 2021-03-29 12:14:17 +02:00
print.h misc: General code reorganisation 2021-02-25 01:24:54 +01:00
print.s2.c misc: Change the way stage 2 and 3 are divided 2021-03-01 23:38:55 +01:00
pxe.asm misc: General code reorganisation 2021-02-25 01:24:54 +01:00
rand.c misc: Change the way stage 2 and 3 are divided 2021-03-01 23:38:55 +01:00
rand.h misc: General code reorganisation 2021-02-25 01:24:54 +01:00
readline.c Fix keyboard stuff 2021-03-04 13:48:31 +01:00
readline.h misc: General code reorganisation 2021-02-25 01:24:54 +01:00
real.asm misc: Handle CPU exceptions nicely 2021-03-13 03:21:01 +01:00
real.h misc: General code reorganisation 2021-02-25 01:24:54 +01:00
sleep.asm real: Remove stray mov from sleep.asm 2021-04-03 01:33:01 +02:00
term.c gterm: Many improvements 2021-04-11 02:30:48 +02:00
term.h gterm: Many improvements 2021-04-11 02:30:48 +02:00
term.s2.c gterm: Speed up terminal greatly by caching an alpha blent canvas of the background instead of alpha blending every pixel of the background every time 2021-04-08 23:05:27 +02:00
time.c Initial UEFI port 2021-03-02 10:23:43 +01:00
time.h misc: General code reorganisation 2021-02-25 01:24:54 +01:00
trace.h misc: We don't stacktrace on UEFI 2021-03-13 03:40:17 +01:00
trace.s2.c trace: Add support for UEFI 2021-04-08 01:15:35 +02:00
uri.c pxe: Make it work again 2021-03-13 09:08:01 +01:00
uri.h misc: General code reorganisation 2021-02-25 01:24:54 +01:00