From 958c37f7b05925ad62b3da617353a33851ba3256 Mon Sep 17 00:00:00 2001 From: sfja Date: Thu, 3 Apr 2025 01:44:51 +0200 Subject: [PATCH] remove testing lines --- kern/main.asm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kern/main.asm b/kern/main.asm index 21a9a0a..d3e8807 100644 --- a/kern/main.asm +++ b/kern/main.asm @@ -1,10 +1,6 @@ include "arch.asm" - -global start -extern other - start: ; rsp points *at* the top element mov rbp, 2048 @@ -19,9 +15,6 @@ start: mov r1, 1 int Int_DiskRead - jmp other - jmp other - main_loop: hlt jmp main_loop