Skip to content

Commit d79d1a8

Browse files
committed
Moved back to C because OOP DOES NOT WORK AT ALL
1 parent f2af7b8 commit d79d1a8

23 files changed

+103
-162
lines changed

OS.iso

0 Bytes
Binary file not shown.

build/OS.bin

-4.36 KB
Binary file not shown.

build/full_kernel.bin

-4.36 KB
Binary file not shown.

build/kernel.o

-444 Bytes
Binary file not shown.

build/port_io.c.o

3.41 KB
Binary file not shown.

build/port_io.cpp.o

-3.51 KB
Binary file not shown.

build/vga_text_mode.c.o

4.09 KB
Binary file not shown.

build/vga_text_mode.cpp.o

-5.45 KB
Binary file not shown.

iso/floppy.img

0 Bytes
Binary file not shown.

kernel/drivers/port_io.cpp renamed to kernel/drivers/port_io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "port_io.hpp"
1+
#include "port_io.h"
22

33
// Send byte
44
void pb_out(uint16_t port, uint8_t data)

0 commit comments

Comments
 (0)