Remove unnecessary code

This commit is contained in:
Alex Kotov 2022-01-27 06:46:38 +05:00
parent b0dd1e604b
commit 2f397f213f
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 0 additions and 2 deletions

View File

@ -22,12 +22,10 @@
#endif
#define STACK_BASE 0x2000
#define STAGE1_BASE 0x7c00
#define STAGE2_BASE 0x7e00
#define DIST(x) (x - _start)
#define STAGE1_ADDR(x) (DIST(x) + STAGE1_BASE)
#define STAGE2_ADDR(x) (DIST(x) + STAGE2_BASE)
.code16