Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bootOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Kirsch
bootOS
Commits
0f4458ff
Commit
0f4458ff
authored
5 years ago
by
Jakob Kirsch
Browse files
Options
Downloads
Patches
Plain Diff
fix symbols map
parent
15776faa
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
sysmap.inc
+66
-0
66 additions, 0 deletions
sysmap.inc
with
67 additions
and
1 deletion
Makefile
+
1
−
1
View file @
0f4458ff
...
@@ -42,7 +42,7 @@ push: clean software
...
@@ -42,7 +42,7 @@ push: clean software
git commit
-m
"
$(
M
)
"
git commit
-m
"
$(
M
)
"
git push
git push
.PHONY
:
software
.PHONY
:
software
software
:
os.img
software
:
os.img
symbols
mkdir
software
mkdir
software
bash makesoftware.sh
bash makesoftware.sh
python3 makebase.py
$(
EXCLUDE
)
python3 makebase.py
$(
EXCLUDE
)
...
...
This diff is collapsed.
Click to expand it.
sysmap.inc
0 → 100644
+
66
−
0
View file @
0f4458ff
%
define
stack
0x7a00
%
define
line
0x7a00
%
define
sector
0x7a00
%
define
osbase
0x7a00
%
define
boot
0x7a00
%
define
entry_size
0x7a00
%
define
sector_size
0x7a00
%
define
max_entries
0x7a00
%
define
start
0x7a00
%
define
.
load_vec
0x7a23
%
define
restart
0x7a29
%
define
os11
0x7a41
%
define
os14
0x7a55
%
define
os12
0x7a5c
%
define
os7
0x7a65
%
define
rm_command
0x7a6d
%
define
os22
0x7a6d
%
define
ls_command
0x7a79
%
define
os18
0x7a7e
%
define
os17
0x7a8b
%
define
filename_length
0x7a8e
%
define
.
loop
0x7a91
%
define
load_file
0x7a9c
%
define
shared_file
0x7aa3
%
define
ret_cf
0x7aaa
%
define
save_file
0x7ab0
%
define
.
find
0x7abd
%
define
.
empty
0x7ac7
%
define
delete_file
0x7ad4
%
define
find_file
0x7ae1
%
define
os6
0x7ae9
%
define
next_entry
0x7af9
%
define
get_location
0x7b02
%
define
read_dir
0x7b0e
%
define
write_zero_dir
0x7b14
%
define
write_dir
0x7b18
%
define
disk_dir
0x7b1a
%
define
disk
0x7b20
%
define
_disk2
0x7b25
%
define
input_line
0x7b2e
%
define
os1
0x7b38
%
define
os2
0x7b4c
%
define
os10
0x7b53
%
define
os2_
0x7b58
%
define
input_key
0x7b5c
%
define
output_char
0x7b62
%
define
os3
0x7b6c
%
define
irt
0x7b74
%
define
output_string
0x7b74
%
define
edit_command
0x7b80
%
define
os23
0x7b84
%
define
os19
0x7b91
%
define
os20
0x7ba0
%
define
xdigit
0x7bac
%
define
os15
0x7bbe
%
define
cs_command
0x7bbf
%
define
commands
0x7bd6
%
define
int_restart
0x7bec
%
define
int_input_key
0x7bec
%
define
int_output_char
0x7bec
%
define
int_load_file
0x7bec
%
define
int_save_file
0x7bec
%
define
int_delete_file
0x7bec
%
define
int_input_line
0x7bec
%
define
int_0x20
0x7bec
%
define
error_message
0x7bfc
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment