This website works better with JavaScript.
Explore
Help
Sign In
SingOS
/
LSFS
Watch
3
Star
0
Fork
You've already forked LSFS
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12
Commits
1
Branch
0
Tags
85 KiB
C
85.3%
Assembly
14%
Shell
0.7%
Tree:
119946b77c
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '119946b77c'
${ noResults }
LSFS
/
test
/
test_kernel.nasm
9 lines
127 B
Raw
Blame
History
BITS 16
; ready to jump to the kernel
xor bx, bx
mov al, 0x49
mov ah, 0x0E
int 0x10
cli
hlt
Reference in new issue
Copy Permalink