We no longer make entry points for Windows and macOS in post-01 (#789)

This commit is contained in:
ptrckd
2020-04-13 02:24:08 -07:00
committed by GitHub
parent 355d3f6681
commit ed3eaacb44

View File

@@ -235,7 +235,7 @@ pub extern "C" fn _start() -> ! {
}
```
Note that the entry point needs to be called `_start` regardless of your host OS. The Windows and macOS entry points from the previous post should be deleted.
Note that the entry point needs to be called `_start` regardless of your host OS.
We can now build the kernel for our new target by passing the name of the JSON file as `--target`: