mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
Bootloader: Locate the kernel's data segment and clear it.
This was a constant source of stupid bugs and I kept postponing it because I wasn't in the mood to write assembly code. Until now! :^)
This commit is contained in:
parent
781f216676
commit
a1b63bb6d4
Notes:
sideshowbarker
2024-07-19 15:50:58 +09:00
Author: https://github.com/awesomekling
Commit: a1b63bb6d4
22 changed files with 54 additions and 83 deletions
|
@ -29,8 +29,6 @@ public:
|
|||
|
||||
void move_to_front(WSWindow&);
|
||||
|
||||
static void initialize();
|
||||
|
||||
void draw_cursor();
|
||||
|
||||
void invalidate(const WSWindow&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue