rtewfsdffsdfsd
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
kernel/lib/pci.o
BIN
kernel/lib/pci.o
Binary file not shown.
@@ -3,11 +3,6 @@
|
||||
extern "C" void _start(BootInfo* bootInfo) {
|
||||
KernelInfo kernelInfo = InitializeKernel(bootInfo);
|
||||
|
||||
int x = 0;
|
||||
for (int i = 0; i < 100000; i++) {
|
||||
x += i;
|
||||
}
|
||||
|
||||
PageTableManager* pageTableManager = kernelInfo.pageTableManager;
|
||||
|
||||
while (true) {
|
||||
|
||||
Reference in New Issue
Block a user