mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
Snazz up the windows with some title bar gradients. :^)
This commit is contained in:
@@ -138,6 +138,10 @@ void init()
|
||||
gdt_init();
|
||||
idt_init();
|
||||
|
||||
#ifndef NO_FPU
|
||||
asm volatile("fninit");
|
||||
#endif
|
||||
|
||||
VFS::initialize_globals();
|
||||
vfs = new VFS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user