Skip to content

Commit 4af9150

Browse files
committed
cleaning up
1 parent cbbe0da commit 4af9150

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

gendisk.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

kernel.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#include "ata.h"
1313
#include "syscall.h"
1414

15-
char input[0x100];
16-
1715
void mouse(unsigned char flags, unsigned char x, unsigned char y) {
1816
print("Flags: ");
1917
print(itoa(flags, 2));
@@ -33,6 +31,7 @@ void kmain() {
3331
initSyscall();
3432
print("Welcome to My OS! Use the \"help\" command for help. This is the basic shell. To get a more advanced shell, run \"loadshell\".\r\n");
3533
enableCursor(14, 15);
34+
char input[0x100];
3635
while(1) {
3736
print("> ");
3837
scan(input);

serialmonitor.c

Lines changed: 0 additions & 5 deletions
This file was deleted.

serialmonitor.h

Whitespace-only changes.

0 commit comments

Comments
 (0)