mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:17:44 +00:00
Finally hook up the mkdir code to a syscall.
Added a /bin/mkdir that makes directories. How very neat :^) There are various limitations because of missing functionality.
This commit is contained in:
parent
303577df16
commit
de4604ac95
26 changed files with 238 additions and 132 deletions
|
@ -34,7 +34,8 @@ private:
|
|||
|
||||
void initialize();
|
||||
bool wait_for_irq();
|
||||
bool read_sectors(dword start_sector, word count, byte* outbuf);
|
||||
bool read_sectors(dword start_sector, word count, byte* buffer);
|
||||
bool write_sectors(dword start_sector, word count, const byte* data);
|
||||
|
||||
SpinLock m_lock;
|
||||
word m_cylinders { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue