rulimine/stage2/lib
mintsuki 18bfa311de misc: Replace conv_mem_alloc() with ext_mem_alloc() where it made sense to do so 2020-12-31 03:40:40 +01:00
..
acpi.c Initial SMP implementation 2020-09-18 14:39:29 +02:00
acpi.h Implement acpi_get_table() 2020-09-17 14:37:22 +02:00
blib.c uri: Make boot resource be an alias of tftp of booted off PXE 2020-12-29 01:01:38 +01:00
blib.h uri: Make boot resource be an alias of tftp of booted off PXE 2020-12-29 01:01:38 +01:00
bmp.c vbe: Ensure that the format is xRGB8888 for the graphical menu 2020-11-09 11:15:54 +01:00
bmp.h Initial work on bitmap and background support. Add a public domain picture. 2020-09-21 17:43:37 +02:00
builtins.asm Reorganise source tree 2020-09-14 19:32:11 +02:00
config.c misc: Replace conv_mem_alloc() with ext_mem_alloc() where it made sense to do so 2020-12-31 03:40:40 +01:00
config.h config: Dynamically allocate buffer for config values when requested 2020-11-27 19:33:34 +01:00
elf.c elf: Fix bug where slide was not added to entry point address 2020-12-28 00:00:49 +01:00
elf.h Reorganise source tree 2020-09-14 19:32:11 +02:00
guid.c Some general cleanup 2020-11-02 09:20:34 +01:00
guid.h Some general cleanup 2020-11-02 09:20:34 +01:00
image.c Move kernel file code where it belongs 2020-10-01 02:12:13 +02:00
image.h Move kernel file code where it belongs 2020-10-01 02:12:13 +02:00
libc.c blib: Make strtoui return the address of the first non-numeric digit 2020-11-05 12:50:42 +01:00
libc.h Add pxe support 2020-11-05 01:53:18 +01:00
part.c part: Add support for MBR extended and logical partitions 2020-12-26 20:02:22 +01:00
part.h part: Implement unified namespace between GPT partition UUIDs and filesystem UUIDs 2020-12-10 07:13:52 +01:00
print.c misc: Support COM1 debug output 2020-12-28 01:04:55 +01:00
print.h Reorganise source tree 2020-09-14 19:32:11 +02:00
pxe.asm Add pxe support 2020-11-05 01:53:18 +01:00
rand.c rand: Fix allocation bug 2020-12-27 23:12:07 +01:00
rand.h Reorganise source tree 2020-09-14 19:32:11 +02:00
readline.c menu: Add support for home and end bindings in textbox 2020-12-19 19:27:10 +01:00
readline.h menu: Add support for home and end bindings in textbox 2020-12-19 19:27:10 +01:00
real.asm panic: Go back to real mode instead of hanging with interrupts disabled so BIOS can handle events like ctrl-alt-delete 2020-12-19 13:52:29 +01:00
real.h panic: Go back to real mode instead of hanging with interrupts disabled so BIOS can handle events like ctrl-alt-delete 2020-12-19 13:52:29 +01:00
sleep.asm menu: Do not ignore key pressed during countdown 2020-09-28 22:39:28 +02:00
term.c menu: Gracefully handle long lines wrapping in the textbox 2020-12-19 17:10:28 +01:00
term.h font: Specify that we use code page 437, use unsigned 8-bit fonts and special characters to print the menu's tree 2020-12-07 17:14:14 +01:00
time.c Reorganise source tree 2020-09-14 19:32:11 +02:00
time.h Reorganise source tree 2020-09-14 19:32:11 +02:00
tinf.c uri: Add support for gzip-compressed files 2020-12-27 00:27:47 +01:00
tinf.h uri: Add support for gzip-compressed files 2020-12-27 00:27:47 +01:00
trace.c config: Dynamically allocate buffer for config values when requested 2020-11-27 19:33:34 +01:00
trace.h misc: Implement stacktrace 2020-11-15 17:56:10 +01:00
uri.c misc: Replace conv_mem_alloc() with ext_mem_alloc() where it made sense to do so 2020-12-31 03:40:40 +01:00
uri.h Some general cleanup 2020-11-02 09:20:34 +01:00