Skip to content

Commit

Permalink
IC: Increase ring buffer size to 16KB
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldfish64 committed Mar 4, 2025
1 parent 5a2c24c commit b3d204d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MacHyperVSupport/IntegrationComponents/HyperVICService.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "HyperVVMBusDevice.hpp"
#include "HyperVIC.hpp"

#define kHyperVICBufferSize PAGE_SIZE
#define kHyperVICBufferSize (PAGE_SIZE * 4)

class HyperVICService : public IOService {
OSDeclareDefaultStructors(HyperVICService);
Expand Down

0 comments on commit b3d204d

Please sign in to comment.