rulimine/stage2/lib
2020-12-09 13:02:05 +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: Add boot resource 2020-12-09 13:02:05 +01:00
blib.h uri: Add boot resource 2020-12-09 13:02:05 +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 config: Add default expanded entries 2020-12-01 02:52:03 +01:00
config.h config: Dynamically allocate buffer for config values when requested 2020-11-27 19:33:34 +01:00
elf.c elf32: Fix bug where vaddr was used for memory zeroing instead of paddr 2020-12-05 00:44:29 +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 gpt: Embed stage2 code within GPT structures so an extra partition is not needed 2020-12-06 16:43:38 +01:00
part.h misc: Change config location detection mechanism slightly 2020-11-09 15:04:53 +01:00
print.c config: Dynamically allocate buffer for config values when requested 2020-11-27 19:33:34 +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 Change return type of cpuid(), add APIC existance check, do not assume BSP APIC ID to be 0 2020-10-22 15:25:10 +02:00
rand.h Reorganise source tree 2020-09-14 19:32:11 +02:00
readline.c config: Add full entry editor 2020-11-18 00:13:54 +01:00
readline.h config: Add full entry editor 2020-11-18 00:13:54 +01:00
real.asm Reorganise source tree 2020-09-14 19:32:11 +02:00
real.h Reorganise source tree 2020-09-14 19:32:11 +02:00
sleep.asm menu: Do not ignore key pressed during countdown 2020-09-28 22:39:28 +02:00
term.c 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
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
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 uri: Add boot resource 2020-12-09 13:02:05 +01:00
uri.h Some general cleanup 2020-11-02 09:20:34 +01:00