Merge branch 'main' of git.disroot.org:dvonik/omos-tcnj2024

indian
This commit is contained in:
spikey 2024-02-18 08:39:21 -05:00
commit fb77c800b1
2 changed files with 1 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
obj
omos
.vscode

View File

@ -1,9 +0,0 @@
OUTPUT_FORMAT(elf32-i386)
ENTRY(_start)
SECTIONS
{
. = 0x100000;
.text : {*(.text)}
.data : {*(.data)}
.bss : {*(.bss)}
}