.. |
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
|
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 |
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
|
stivale: Make kaslr a config setting
|
2020-12-27 23:11:11 +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
|
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
|
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
|
uri: Add support for gzip-compressed files
|
2020-12-27 00:27:47 +01:00 |
uri.h
|
Some general cleanup
|
2020-11-02 09:20:34 +01:00 |