Commit Graph

34 Commits

Author SHA1 Message Date
mintsuki
7aa9d845e7 Complete background infrastructure and fix some bmp bugs 2020-09-22 00:18:13 +02:00
mintsuki
41e03713a3 Fix vmm warnings 2020-09-21 13:41:31 +02:00
mintsuki
be3d60ec8d Fix warnings and build issues and update binary image 2020-09-21 13:39:02 +02:00
mintsuki
e721c3c814 Reorganise pmm code 2020-09-20 12:03:44 +02:00
mintsuki
f59a3d67d6 Change how smp works a little 2020-09-20 10:28:39 +02:00
mintsuki
6c0ba4104f Default to graphical mode for the menu 2020-09-19 15:43:59 +02:00
mintsuki
d3bd628243 Make extended memory allocator allocate top down and mark the allocated areas as bootloader reclaimable 2020-09-19 15:29:19 +02:00
mintsuki
4927abcfaf Adjust stivale2 SMP spec a little to add an extra argument to the smp_info struct 2020-09-19 00:50:16 +02:00
mintsuki
c3c3c5dd6f Fix broken struct stivale2_struct_tag_smp definition 2020-09-19 00:29:18 +02:00
mintsuki
10ce8e07bf Do not align allocations in init_smp 2020-09-19 00:21:54 +02:00
mintsuki
132ff2fdbe Fix bug where identifier is not set for SMP tag 2020-09-19 00:15:31 +02:00
mintsuki
6591a9c32f Fix some warnings in the decompressor and do not use special symbol main() for entry points 2020-09-18 22:15:27 +02:00
mintsuki
73fa01d1d0 smp: Fix bug where started APs would not be aware of 5-level paging 2020-09-18 20:21:16 +02:00
mintsuki
c2bf4835ef Add sys/ directory to stage2 2020-09-18 20:02:10 +02:00
mintsuki
dbf38b766a Rename processor_id to acpi_processor_uid and other minor bug fixes 2020-09-18 19:26:17 +02:00
mintsuki
8b37fe6681 Finish implementing SMP 2020-09-18 19:02:47 +02:00
mintsuki
41c68e5e43 Initial SMP implementation 2020-09-18 14:39:29 +02:00
mintsuki
3c790f988b Clarify the stack situation in stivale specs 2020-09-18 10:57:38 +02:00
mintsuki
79fb7342ce Fix bug in 32-bit stivale 2020-09-17 23:22:53 +02:00
mintsuki
a909fd821c Some work on ACPI and use EBDA start as end of usable conventional memory 2020-09-17 12:06:35 +02:00
atomicbit
a7980f3dc4
Some fixes and tweaks in the Ext2 filesystem (#25)
* Some fixes and tweaks in the Ext2 filesystem

* revert my .gitignore shit

Co-authored-by: atomicbit <atomicbit.gg@gmail.com>
2020-09-16 20:21:47 +02:00
mintsuki
1bb1bd2201 Revert to -masm=intel for inline assembly 2020-09-16 17:22:05 +02:00
mintsuki
ccbba7eeb5 Remove now-useless libgcc functions from builtins.asm 2020-09-13 15:28:51 +02:00
mintsuki
dd6f38f632 Ship reproducible prebuilt bootloader and make 'make all' only build limine-install 2020-09-13 15:20:53 +02:00
mintsuki
7bde0c80ca Move to clang, no longer ship prebuilt binary, embed bootloader into the installer and provide a way to install the installer 2020-09-04 05:21:58 +02:00
mintsuki
ea62cf37c7 Fix alignment issues with memmap and modules in stivale2 2020-09-04 02:05:49 +02:00
mintsuki
ba7ed52f6a Enable lto and move naked assembly functions to own files 2020-09-04 01:37:24 +02:00
mintsuki
5379787967 Only enter graphical terminal mode for menu 2020-09-02 10:31:39 +02:00
mintsuki
902109ef68 Wire up logic for graphical terminal 2020-09-02 09:55:56 +02:00
mintsuki
3eb7d5f0ba Implement logic for graphical terminal 2020-09-02 07:16:05 +02:00
mintsuki
2052d92b91 Implement ext_mem_balloc() 2020-09-02 05:33:22 +02:00
mintsuki
46f46ddd15 When calling into real mode, also pass the segment registers 2020-09-02 04:39:27 +02:00
mintsuki
b9be2e70c1 Change PIC IRQ flushing method 2020-09-02 02:32:04 +02:00
mintsuki
866e95b4c3 Rebranding 2020-08-29 20:02:16 +02:00