mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 23:30:20 +00:00
Merge Disk namespace into the IDEDiskDevice class.
This commit is contained in:
parent
cba05ce75e
commit
b8264e7d47
Notes:
sideshowbarker
2024-07-19 16:11:37 +09:00
Author: https://github.com/awesomekling
Commit: b8264e7d47
10 changed files with 231 additions and 244 deletions
|
@ -6,7 +6,6 @@
|
|||
#include "Keyboard.h"
|
||||
#include "Process.h"
|
||||
#include "system.h"
|
||||
#include "Disk.h"
|
||||
#include "PIC.h"
|
||||
#include "StdLib.h"
|
||||
#include "Syscall.h"
|
||||
|
@ -176,8 +175,6 @@ static void init_stage2()
|
|||
{
|
||||
Syscall::initialize();
|
||||
|
||||
Disk::initialize();
|
||||
|
||||
#ifdef TEST_VFS
|
||||
auto vfs = make<VirtualFileSystem>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue