summaryrefslogtreecommitdiff
path: root/src/user/hello
diff options
context:
space:
mode:
authorBenji Dial <benji6283@gmail.com>2021-01-24 12:00:11 -0500
committerBenji Dial <benji6283@gmail.com>2021-01-24 12:00:11 -0500
commitbce944d1498eaa3b6940ee234c863b3548a66b37 (patch)
treeea40c087ab4f0f236aee8d158cf68550f5209f72 /src/user/hello
parentca731aa747214919df7b3dfe3478dbe787ce5b68 (diff)
downloadportland-os-bce944d1498eaa3b6940ee234c863b3548a66b37.tar.gz
graphics!
Diffstat (limited to 'src/user/hello')
-rw-r--r--src/user/hello/hello.asm14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/user/hello/hello.asm b/src/user/hello/hello.asm
deleted file mode 100644
index 65d32be..0000000
--- a/src/user/hello/hello.asm
+++ /dev/null
@@ -1,14 +0,0 @@
-bits 32
-
-global _entry
-
-section .text
-_entry:
- mov eax, 0x5
- mov ebx, hello
- int 0x30
-
- int 0x38
-
-section .data
-hello db "Hello, world!", 0x0a, 0 \ No newline at end of file